News

Combobox widgets don't populate a default value when they render. This should be the default and perhaps also give on option to specify no default so the user is forced to selection something.
Currently, when trying to use the ComboBox with a form, there is a missing use case. A form that wants to track a simple schema like so: const languages = [ { label: 'English', value: 'en' }, { label: ...