dequelabs / combobo

Accessible combobox
https://dequelabs.github.io/combobo/demo/
MIT License
48 stars 13 forks source link

Add support for `allowEmpty` (single select) #19

Closed schne324 closed 6 years ago

schne324 commented 6 years ago

The first app that used combobo used it for only required fields...so this made sense but for the majority of use cases, allowEmpty is probably the desired behavior (allowing users to clear their selections completely). Because of this, this option should default to true.