@hoddy-ui/next 2.5.93 → 2.5.94

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
@@ -1643,8 +1643,7 @@ var TextFieldBase = import_react16.default.forwardRef(
1643
1643
  }
1644
1644
  };
1645
1645
  const isFloating = labelVariant === "floating";
1646
- const hasPlaceholder = placeholder != null && String(placeholder).trim() !== "";
1647
- const labelOpen = labelAlwaysOpen || focused || value || isFloating && hasPlaceholder;
1646
+ const labelOpen = labelAlwaysOpen || focused || value;
1648
1647
  const baseHeight = (0, import_react_native_size_matters13.moderateScale)(
1649
1648
  multiline ? 50 + (props.numberOfLines || 1) * 18 : 50
1650
1649
  );