-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Documentation example input field is not working as expected #2
Comments
@paulxuca It seems that the input field to alter the children doesn't work correctly (only puts in one letter at a time), but if you click into the component itself it does work. |
This works for the heading component though. |
Thanks for the issue, @paulxuca. We actually have a PR open to fix this on a few pages (it affects any component that has a pascal case name with more than one capital letter — I'll leave it to the reader to guess how we managed to create a bug like that 😄). We'll close this issue once we've fixed it up. |
Thanks for both the replication examples above and your quick response! Looking forward to changes in this project! :D |
@reggi may I ask how do you create those .gif ? thx |
Issue summary
Example input field does not preserve input value
Expected behavior
If I type in "Dog", it should say Dog, not g (since only last input is preserved.)
Actual behavior
I type in "Dog", and only g is displayed.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: