nytai commented on a change in pull request #9338: feat: [SQLLAB] add checkbox
to control autocomplete
URL:
https://github.com/apache/incubator-superset/pull/9338#discussion_r396802228
##########
File path: superset-frontend/src/SqlLab/components/SqlEditor.jsx
##########
@@ -93,6 +94,7 @@ class SqlEditor extends React.PureComponent {
northPercent: props.queryEditor.northPercent || INITIAL_NORTH_PERCENT,
southPercent: props.queryEditor.southPercent || INITIAL_SOUTH_PERCENT,
sql: props.queryEditor.sql,
+ autocompleteEnabled: true,
Review comment:
good point. We'll see how popular disabling is. It could be as @mistercrunch
suspects that most wouldn't want it disabled.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]