Every line of 'attr disabled disabled' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
117 set disabled(disabled) 118 { 119 this._element.classList.toggle("disabled", disabled); 120 }
128 get inputDisabled(): boolean { 129 return this.constantsMode === ConstantsMode.RECEIVED; 130 }