@commercetools-uikit/selectable-search-input 15.13.1 → 15.14.0

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/README.md CHANGED
@@ -77,7 +77,7 @@ export default Example;
77
77
  | `isClearable` | `boolean` | | `true` | Indicates if the input should be cleared when the clear button is clicked.
Defaults to true. |
78
78
  | `horizontalConstraint` | `union`<br/>Possible values:<br/>`10 , 11 , 12 , 13 , 14 , 15 , 16 , 'scale' , 'auto'` | | `'scale'` | Horizontal size limit of the input fields. |
79
79
  | `options` | `union`<br/>Possible values:<br/>`TOption[] , TOptionObject[]` | ✅ | | Array of options that populate the select menu |
80
- | `menuPortalZIndex` | `number` | | | z-index value for the menu portal |
80
+ | `menuPortalZIndex` | `number` | | `1` | z-index value for the menu portal |
81
81
  | `menuPortalTarget` | `ReactSelectProps['menuPortalTarget']` | | | Dom element to portal the select menu to&#xA;<br>&#xA;[Props from React select was used](https://react-select.com/props) |
82
82
  | `menuShouldBlockScroll` | `ReactSelectProps['menuShouldBlockScroll']` | | | whether the menu should block scroll while open&#xA;<br>&#xA;[Props from React select was used](https://react-select.com/props) |
83
83
  | `onMenuInputChange` | `ReactSelectProps['onInputChange']` | | | Handle change events on the menu input&#xA;<br>&#xA;[Props from React select was used](https://react-select.com/props) |