zuzana-vej opened a new issue #11404: URL: https://github.com/apache/incubator-superset/issues/11404
### 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: 1. Create a table chart 2. Click FILTERS drop down and select a column 3. Type a space and observe that the space is entered into the filters drop down instead of the value text box 4. Type a backspace and observe that the filter modal closes ### 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): - superset version: `master` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
