betodealmeida opened a new issue #11586: URL: https://github.com/apache/incubator-superset/issues/11586
**Is your feature request related to a problem? Please describe.** In SQL Lab, to change the current limit the user needs to: 1. Click the LIMIT button 2. Click the input field 3. Delete the current value 4. Type in the new value 5. Press OK This is a lot. **Describe the solution you'd like** In SQL Lab, after clicking the "LIMIT" button the input element in the dialog that pops should be focused and the current value selected. Pressing enter should apply and close the dialog, equivalent to clicking OK. 1. Click LIMIT button 2. Type in the new value 3. Press ENTER **Describe alternatives you've considered** N/A **Additional context** N/A ---------------------------------------------------------------- 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]
