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%
After typing space: Space does not appear in filter value text box
After typing backspace: Modal closes
After typing space: Space appears in filter value text box
After typing backspace: The character before the cursor disappears.

(please complete the following information):
master Make sure these boxes are checked before submitting your issue - thank you!
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@junlincc This could be caused by the same PR as the other cosmetic issues on chart explore: https://github.com/apache/incubator-superset/issues/11394 https://github.com/apache/incubator-superset/issues/11379
@junlincc This could be caused by the same PR as the other cosmetic issues on chart explore: #11394 #11379
just tested.agreed. 馃憣 https://github.com/apache/incubator-superset/pull/11163/files
@kgabryje ^^^
I'll check it out
@junlincc It's been fixed by https://github.com/apache/incubator-superset/pull/11428, I think we can close this issue
Yes it's fixed. thank you