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
Is it realy nessesary to throw alert every time when changed value of prop 'disabled'
/**
* Implements disabled state for this element
*
* @param isDisabled Disabled state flag
*/
setDisabledState(isDisabled) {
alert('disabled!');
this.disabled = isDisabled;
}
The text was updated successfully, but these errors were encountered:
Is it realy nessesary to throw alert every time when changed value of prop 'disabled'
/**
* Implements disabled state for this element
*
* @param isDisabled Disabled state flag
*/
setDisabledState(isDisabled) {
alert('disabled!');
this.disabled = isDisabled;
}
The text was updated successfully, but these errors were encountered: