geido opened a new issue #16198: URL: https://github.com/apache/superset/issues/16198
#### Issues with the current implementation There are several issues currently affecting the experimental Omnibar functionality: - The Omnibar only opens up on a Dashboard page but not on the Dashboards' list - The Omnibar does not reset the input when closed and opened back. Currently, it keeps the previous search - Selecting an option in the dropdown is not possible with the arrow keys due to the autocomplete - Closing the Omnibar is only possible through reloading. The Omnibar should be closable with the ESC key (this PR introduces this ability https://github.com/apache/superset/pull/16168). I suggest it should close also when clicking outside of the modal. #### Solutions - Make the Omnibar appear on the Dashboards' list with _cmd + k_ or _ctrl + k_ - Clear up the search when the Omnibar is closed - Disable autocomplete - Close the Omnibar when clicking outside #### Looking forward I believe that the Omnibar does not provide much value right now as its only ability is to search for Dashboards. Also, it is only available on the Dashboard page (soon on the Dashboards' list) and nowhere else. It would make more sense if the Omnibar was available everywhere and would allow searching for the main items in Superset, including the Charts. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
