zy-react-library 1.0.34 → 1.0.35
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.
|
@@ -154,7 +154,7 @@ const FormItemsRenderer = ({
|
|
|
154
154
|
|
|
155
155
|
case FORM_ITEM_RENDER_ENUM.SELECT:
|
|
156
156
|
return (
|
|
157
|
-
<Select placeholder={placeholder} {...componentProps}>
|
|
157
|
+
<Select placeholder={placeholder} showSearch allowClear {...componentProps}>
|
|
158
158
|
{(option.items || []).map((item) => {
|
|
159
159
|
const value = item[itemsFieldKey.valueKey];
|
|
160
160
|
const label = item[itemsFieldKey.labelKey];
|