-
Notifications
You must be signed in to change notification settings - Fork 34
fix(#3072): angular reset and value binding issue #3107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
Conversation
0c008b6 to
81dcf7d
Compare
a56b44f to
d53f5e1
Compare
| } | ||
| } | ||
|
|
||
| override writeValue(value: unknown): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Input/Textarea/RadioGroup writeValue are quite identical, the Dropdown has the function slightly different: check !value , and Checkbox is a unique case, I am thinking if we have a way to elimiate the duplication?
d53f5e1 to
5a72cdf
Compare
122b961 to
1fa52d8
Compare
1fa52d8 to
02d74b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only 1 comment left for the date-picker.ts, the rest looks good to me.
02d74b5 to
dafd665
Compare
Before (the change)
After (the change)
Make sure that you've checked the boxes below before you submit the PR
Steps needed to test