-
Notifications
You must be signed in to change notification settings - Fork 14.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
Backspaces and spaces do not work when editing simple filter value in explore chart #11404
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
just tested.agreed. 👌 https://github.com/apache/incubator-superset/pull/11163/files |
@kgabryje ^^^ |
I'll check it out |
Yes it's fixed. thank you |
Description:
When editing the value of a simple filter in explore box, backspaces and spaces are broken. It seems like they are not being entered into the filter value text box but are instead being entered into the filter column drop down. The space problem also occurs when editing custom SQL, which majorly breaks custom sql filters. The only workaround to type a space is to type the value/custom sql elsewhere and paste it into the desired textbox.
How often can this be reproduced?
100%
Steps to Reproduce:
Result:
After typing space: Space does not appear in filter value text box
After typing backspace: Modal closes
Expected Result:
After typing space: Space appears in filter value text box
After typing backspace: The character before the cursor disappears.
Screenshots
Environment
(please complete the following information):
master
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: