@shoplflow/base 0.31.7 → 0.31.8

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.cjs CHANGED
@@ -3158,7 +3158,7 @@ var Input = React3.forwardRef(
3158
3158
  };
3159
3159
  const handleOnBlur = (event) => {
3160
3160
  onBlur && onBlur(event);
3161
- !isHovered && setIsFocused(false);
3161
+ setIsFocused(false);
3162
3162
  };
3163
3163
  const handleOnChange = (event) => {
3164
3164
  onChange && onChange(event);