Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
set disabled(disabled: boolean) {
this._disabled = coerceBoolean(disabled);
}
set passwordTextVisible(p: boolean) {
this._passwordTextVisible = coerceBoolean(p);
this.updateInputType();
}