@ws-ui/ui-components 1.0.21 → 1.0.23
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/README.md +195 -195
- package/dist/index.cjs +16 -16
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4699 -4699
- package/dist/qodly.svg +14 -14
- package/package.json +112 -112
package/dist/index.d.ts
CHANGED
|
@@ -3386,6 +3386,7 @@ export declare interface SelectFieldProps<T> extends InputHTMLAttributes<HTMLInp
|
|
|
3386
3386
|
closeMenuOnSelect?: boolean;
|
|
3387
3387
|
hideSelectedOptions?: boolean;
|
|
3388
3388
|
isSearchClearable?: boolean;
|
|
3389
|
+
clearSearchOnSelect?: boolean;
|
|
3389
3390
|
searchPlacement?: 'trigger' | 'menu';
|
|
3390
3391
|
onFocus?: (event: FocusEvent_2<HTMLElement>) => void;
|
|
3391
3392
|
onBlur?: (event: FocusEvent_2<HTMLElement>) => void;
|