Autocomplete
Usage and props
| Prop | Type | Description |
|---|---|---|
| disabled | Boolean | it specifies that the autocomplete should be disabled. |
| *value | String | value of the autocomplete input |
| *setValue | function | a function for handling the autocomplete value |
| *suggestions | Array[String] | Array of options used to autocomplete input |
| notFound | String | React Node | message to display when no suggestion is available |
| label | String | label of the field |
| name | String | name of the field |