nexaas-ui-components 1.0.50 → 1.0.52
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3021,6 +3021,7 @@ var SelectField = ({
|
|
|
3021
3021
|
ClearIndicator: ClearIndicatorCustom
|
|
3022
3022
|
},
|
|
3023
3023
|
closeMenuOnSelect: true,
|
|
3024
|
+
isOptionDisabled: (option) => !!(option == null ? void 0 : option.disabled),
|
|
3024
3025
|
hideSelectedOptions: false,
|
|
3025
3026
|
onChange: onChange2
|
|
3026
3027
|
}
|