selectedItem and AutoComplete example available

This commit is contained in:
davideraccagni 2022-04-17 01:54:41 +02:00
commit ac97e7a966
24 changed files with 8267 additions and 653 deletions

View file

@ -138,7 +138,7 @@ export interface AutoCompleteProps
ref?: null | HTMLInputElement;
/**
* ????
* Specify the placeholder text
* @default null
*/
placeholder?: undefined;