buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Add clearable prop to single-select SelectField #822

Closed gabro closed 9 months ago

gabro commented 9 months ago

Closes #807

Now if clearable={false} is set, the use cannot deselect the selected option (it's still allowed to start without a selected option, though).

clearable defaults to true to avoid breaking changes.