@moda/om 21.6.2 → 21.6.3

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.esm.js CHANGED
@@ -10762,10 +10762,10 @@ var useSelect = function useSelect(_ref) {
10762
10762
  };
10763
10763
  }, [handleKeyDown]);
10764
10764
  useUpdateEffect(function () {
10765
- if (value) dispatch({
10765
+ dispatch({
10766
10766
  type: 'SELECT',
10767
10767
  payload: {
10768
- value: value
10768
+ value: value !== null && value !== void 0 ? value : ''
10769
10769
  }
10770
10770
  });
10771
10771
  }, [value]);