ktmud commented on a change in pull request #12365:
URL: https://github.com/apache/superset/pull/12365#discussion_r554245600
##########
File path: superset-frontend/src/explore/components/DatasourcePanel.tsx
##########
@@ -182,13 +183,13 @@ const DataSourcePanel = ({
actions={actions}
formData={datasourceControl.mapStateToProps}
/>
+ <input
+ type="text"
+ onChange={search}
+ className="form-control input-sm"
+ placeholder={t('Search Metrics & Columns')}
+ />
Review comment:
Can we use AntD input here?The style look too bootstrap-ish.
----------------------------------------------------------------
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]