We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you were expecting: Proper text input handling for AutocompleteInput.
What happened instead: The leading character cannot be deleted, you must shift in front of the leading character to make changes.
Steps to reproduce: Insert text into AutocompleteInput and attempt to remove it all with the delete key.
Related code: https://codesandbox.io/s/frosty-moon-97b3ol
Open the Post create form and attempt to add/delete text in the Authors input
Environment
The text was updated successfully, but these errors were encountered:
Reproduced! Thanks for reporting this.
Sorry, something went wrong.
I have the same issue in many filters +1
Not a big issue as you can select all and override the text and it works + move the cursor before the character and add text but it's super annoying!
antoinefricker
Successfully merging a pull request may close this issue.
What you were expecting:
Proper text input handling for AutocompleteInput.
What happened instead:
The leading character cannot be deleted, you must shift in front of the leading character to make changes.
Steps to reproduce:
Insert text into AutocompleteInput and attempt to remove it all with the delete key.
Related code:
https://codesandbox.io/s/frosty-moon-97b3ol
Open the Post create form and attempt to add/delete text in the Authors input
Environment
The text was updated successfully, but these errors were encountered: