@ws-ui/ui-components 1.0.22 → 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/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;