dhre-ui-kit 0.0.219 → 0.0.220

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/lib/index.js CHANGED
@@ -3515,7 +3515,7 @@ const CustomDropdown = (props) => {
3515
3515
  data: data ?? [],
3516
3516
  labelField,
3517
3517
  valueField,
3518
- placeholder: keepPlaceholderOnFocus || !isFocus ? placeholder : "",
3518
+ placeholder,
3519
3519
  value,
3520
3520
  onFocus: () => setIsFocus(true),
3521
3521
  onBlur: () => setIsFocus(false),