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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:
Current behavior
When using reactive forms it isn't disabled and we receive this message:
While I understand purpose of this message, setting disabled in form control prevents any changes to that field. I want only manual input to be disabled due to angular/components#11936 and angular/components#12064.
Expected behavior
It should work just like in example -> Disabled datepicker -> Input disabled (the third one)
Minimal reproduction of the problem with instructions
Angular version: 6.0.7
Browser:
- [X] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
I'm submitting a...
Current behavior
When using reactive forms it isn't disabled and we receive this message:

While I understand purpose of this message, setting
disabled
in form control prevents any changes to that field. I want only manual input to be disabled due to angular/components#11936 and angular/components#12064.Expected behavior
It should work just like in example -> Disabled datepicker -> Input disabled (the third one)
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-datepicker-disable-bug
Environment
Misc
I originally posted this issue in here: angular/components#12065
The text was updated successfully, but these errors were encountered: