angular checkbox disabled
[attr.disabled]="isDisabled ? true : null"
angular checkbox disabled
[attr.disabled]="isDisabled ? true : null"
ng-select disabled
// If you are using the Angular reactive form and trying to disable the ng-select using the following code then sorry it will not work in some case. If you are using formControlName then it will not work but work in [(ngModel)] case.
[disabled] = true
// The best way to do this is by using reactive form control.
this.createReactiveform.controls['some_key'].disable();
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us