Skip to content
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

Make it easier to see and manipulate the value and demos #2

Open
kylecordes opened this issue Jan 4, 2018 · 0 comments
Open

Make it easier to see and manipulate the value and demos #2

kylecordes opened this issue Jan 4, 2018 · 0 comments

Comments

@kylecordes
Copy link
Contributor

It would be better if the demo screens would directly bind the control value into a form input, so when experimenting we could just type in a different value, this would replace the current demo mechanism where you type of value and then click "set".

However, this runs directly into an Angular bug:

angular/angular#13792

The essence of this bug is that value changes from one form control do not propagate into another form control pointing to the same FormControl object with reactive forms. This is a frustrating bug, I hope it gets fixed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant