fis-component 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +8 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/MenuSelect/types.d.ts +1 -0
- package/dist/esm/index.js +8 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/MenuSelect/types.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3887,6 +3887,7 @@ interface MenuProps {
|
|
|
3887
3887
|
removeSelectedText?: string;
|
|
3888
3888
|
selectedGroupLabel?: string;
|
|
3889
3889
|
maxHeight?: string | number;
|
|
3890
|
+
focusSearchInput?: boolean;
|
|
3890
3891
|
onPopupScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
|
3891
3892
|
normalizeTextSearch?: boolean;
|
|
3892
3893
|
}
|