[X ] feature request => Please check if request is not on the roadmap already
```
Current behavior
currently available is the disabled state
Expected behavior
Disabled state when using in combination with reactive forms removed the field value from the reactive form (not included when submitting etc..)
Readonly will also display value as disabled, but will include / retain the value in the form
thanks
+1
You added this to a milestone, but never implemented it ..
can it be added to a new milestone ?
thanks
@cagataycivici is there a new milestone for this feature?
could you add this to any of your upcoming releases ?
thanks
<input #cb type="checkbox" [attr.id]="inputId" [name]="name" [value]="value" [checked]="checked" (focus)="onFocus($event)" (blur)="onBlur($event)"
[ngClass]="{'ui-state-focus':focused}" (change)="handleChange($event)" [disabled]="disabled" [readonly]="readonly" [attr.tabindex]="tabindex">
still possible ? otherwise you can close it
Can you provide a pull request for it?
Such small features are generally low prioritized and get lost amidst all the bigger ones.
Pull request will give them more visibility.
Most helpful comment
+1