react-better-html 1.1.227 → 1.1.228

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.mjs CHANGED
@@ -3608,6 +3608,7 @@ var DropdownComponent = forwardRef10(function Dropdown({
3608
3608
  const onChangeValue = useCallback8(
3609
3609
  (newValue) => {
3610
3610
  setSearchQuery(newValue);
3611
+ setIsOpen.setTrue();
3611
3612
  if (withDebounce) setDebouncedSearchQuery(newValue);
3612
3613
  else onChangeSearch?.(newValue);
3613
3614
  },