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
sui-select and sui-checkbox dont seem to be in sync with angular validation classes when using reactive forms.
eg. After clicking on a Checkbox component, the sui-checkbox element does not update its class to ng-touched, whereas the inner input element does. Conversely, the outer element handles dirty/pristine and valid/invalid correctly whereas the inner element does not.
sui-select and sui-checkbox dont seem to be in sync with angular validation classes when using reactive forms.
eg. After clicking on a Checkbox component, the sui-checkbox element does not update its class to ng-touched, whereas the inner input element does. Conversely, the outer element handles dirty/pristine and valid/invalid correctly whereas the inner element does not.
http://plnkr.co/edit/u8FrRU77lZ0l3Ss0BUeB
The text was updated successfully, but these errors were encountered: