enwawa-ui 2.0.3 → 2.0.4
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.es.js +3 -0
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -2883,6 +2883,9 @@ const $8c5ddad5bad3eaed$export$1fddf901dbdcd91a = ({ inputs: inputs = [] })=>{
|
|
|
2883
2883
|
options: input.options,
|
|
2884
2884
|
onChange: input.onChange,
|
|
2885
2885
|
fieldName: input.fieldName,
|
|
2886
|
+
showSearch: input.showSearch,
|
|
2887
|
+
filterOption: input.filterOption,
|
|
2888
|
+
onSearch: input.onSearch,
|
|
2886
2889
|
rules: input.compositeRules
|
|
2887
2890
|
});
|
|
2888
2891
|
else return null;
|