Open dangvantri113 opened 1 month ago
Combobox
A placeholder can make UI/UX better
I want to add a placeholder when creating Combobox like that new Combobox({ id: 'my-combobox', items: listOptions, placeholder: "please choose an option" });
@dangvantri113 Thank you for the feature request! We will consider if we provide the placeholder parameter for the future version.
Component
Combobox
Why
A placeholder can make UI/UX better
What
I want to add a placeholder when creating Combobox like that new Combobox({ id: 'my-combobox', items: listOptions, placeholder: "please choose an option" });