eai-frontend-components 2.0.32 → 2.0.33

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.js CHANGED
@@ -9292,6 +9292,11 @@ const FormCombobox = ({ control, variant = 'outline', name, label, subLabel, hel
9292
9292
  React$1.useEffect(() => {
9293
9293
  setLoading(false);
9294
9294
  }, [options]);
9295
+ React$1.useEffect(() => {
9296
+ if (!open) {
9297
+ setSearchString('');
9298
+ }
9299
+ }, [open]);
9295
9300
  const getOptions = () => {
9296
9301
  if (options.length === 0) {
9297
9302
  return [];