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

KeepSelectedItems Type is set to "false" rather than "boolean" in the ngx-select.component.d.ts #196

Closed AnimusN7 closed 3 years ago

AnimusN7 commented 3 years ago

As the title says, the KeepSelectedItems property has the the type "false" in ngx-select.component.d.ts despite the Documentation saying its of type "boolean"

I doubt this to be intentional, because the feature seems basically unusable as it can never be set to true, I assume.

Screenshot 2021-07-29 145522

optimistex commented 3 years ago

@AnimusN7 Good catch! Fixed: https://github.com/optimistex/ngx-select-ex/releases/tag/v6.1.1