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
When you bind a false initialized property to disabled input then the setter runs before the shortcuts input is set (when e.g. calculated in ngOnInit). The disabled property is never checked again then so the shortcuts input is set afterwards and then just registers events.
When you bind a false initialized property to disabled input then the setter runs before the shortcuts input is set (when e.g. calculated in ngOnInit). The disabled property is never checked again then so the shortcuts input is set afterwards and then just registers events.
My PR #95 should fix the issue.
Thanks for this awesome library btw, it helped me and my team a lot! :)
The text was updated successfully, but these errors were encountered: