You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good idea to make the "selectable" input/prop bindable.
I'm making a feature and when there is a loader, I would set "selectable" to false until the loading finishes, I came to realize that the "selectable" input is being checked on ngOnInit, and because of it, it's not bindable.
I think every input or almost every input should be bindable for maximum flexbility.
Thanks for your time and mantaining this awesome library.
The text was updated successfully, but these errors were encountered:
conrado-l
changed the title
Make "selectable" bindable
Request: make "selectable" bindable
Jun 16, 2019
I think it would be a good idea to make the "selectable" input/prop bindable.
I'm making a feature and when there is a loader, I would set "selectable" to false until the loading finishes, I came to realize that the "selectable" input is being checked on ngOnInit, and because of it, it's not bindable.
I think every input or almost every input should be bindable for maximum flexbility.
Thanks for your time and mantaining this awesome library.
The text was updated successfully, but these errors were encountered: