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.js CHANGED
@@ -3657,6 +3657,7 @@ var DropdownComponent = (0, import_react18.forwardRef)(function Dropdown({
3657
3657
  const onChangeValue = (0, import_react18.useCallback)(
3658
3658
  (newValue) => {
3659
3659
  setSearchQuery(newValue);
3660
+ setIsOpen.setTrue();
3660
3661
  if (withDebounce) setDebouncedSearchQuery(newValue);
3661
3662
  else onChangeSearch?.(newValue);
3662
3663
  },