Closed amiram closed 4 years ago
Describe the bug Even when [allowClear]="false" you can still delete the selected item by moving the focus to the select and press delete.
[allowClear]="false"
To Reproduce https://stackblitz.com/edit/ngx-select-ex-scratch-ceu8mf
Expected behavior Item shouldn't be cleared since [allowClear]="false"
Closed by https://github.com/optimistex/ngx-select-ex/pull/192
Describe the bug Even when
[allowClear]="false"
you can still delete the selected item by moving the focus to the select and press delete.To Reproduce https://stackblitz.com/edit/ngx-select-ex-scratch-ceu8mf
Expected behavior Item shouldn't be cleared since
[allowClear]="false"