ng2-semantic-ui
ng2-semantic-ui copied to clipboard
feat(select): Added ability to clear select
Before submitting a pull request, please make sure you have at least performed the following:
- [x] read and followed the CONTRIBUTING.md guide.
- [x] linted, built and tested the changes locally.
- [x] added/updated any applicable API documentation.
- [x] added/updated any applicable demos.
This PR adds a isClearable property to the SuiSelect to allow the ability to deselect an option.
It can be useful if you are using a select as a filter and want the ability to reset it.
Here the example:

Hi, do you have any estimation on when will this PR be merged ?