nexaas-ui-components 1.0.49 → 1.0.51
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3450,6 +3450,7 @@ var SelectFieldBip = React5.forwardRef(
|
|
|
3450
3450
|
blurInputOnSelect: true,
|
|
3451
3451
|
hideSelectedOptions: false,
|
|
3452
3452
|
menuIsOpen,
|
|
3453
|
+
isOptionDisabled: (option) => !!(option == null ? void 0 : option.disabled),
|
|
3453
3454
|
onChange,
|
|
3454
3455
|
inputValue,
|
|
3455
3456
|
onInputChange: handleInputChange
|