added description for withBackdrop to combobox readme

This commit is contained in:
namushka 2024-04-18 13:36:04 +03:00
parent c53f0d7300
commit 4fdbc314db

View File

@ -131,5 +131,6 @@ To use Combobox as a toggle button, you must declare it according to the paramet
| `size` | `oneOf` | - | `base`, `middle`, `big`, `huge`, `content` | `base` | Select component width, one of default |
| `style` | `obj`, `array` | - | - | - | Accepts css style |
| `onToggle` | `func` | - | - | - | The event will be raised when using `displayType: toggle` when clicking on a component |
| `onBackdropClick` | `func` | - | - | - | The event is triggered by clicking outside the component when `withBackdrop : true` |
| `withBackdrop` | `bool` | - | - | `true` | Indicates that component contains a backdrop |
| `onBackdropClick` | `func` | - | - | - | The event is triggered by clicking outside the component when `withBackdrop: true` |
| `showDisabledItems` | `bool` | - | - | `false` | Display disabled items or not when displayType !== toggle |