optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

call allowClear programmatically #203

Closed kgoedert closed 1 year ago

kgoedert commented 1 year ago

Is it possible to call the same allowClear calls to clear the field programmatically?

optimistex commented 1 year ago

Yes NgxSelectComponent.allowClear is a public method.