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.mjs CHANGED
@@ -3480,7 +3480,7 @@ const CustomDropdown = (props) => {
3480
3480
  data: data ?? [],
3481
3481
  labelField,
3482
3482
  valueField,
3483
- placeholder: keepPlaceholderOnFocus || !isFocus ? placeholder : "",
3483
+ placeholder,
3484
3484
  value,
3485
3485
  onFocus: () => setIsFocus(true),
3486
3486
  onBlur: () => setIsFocus(false),