eschutho commented on a change in pull request #11181:
URL: 
https://github.com/apache/incubator-superset/pull/11181#discussion_r500651921



##########
File path: superset-frontend/src/components/Select/styles.tsx
##########
@@ -272,6 +294,24 @@ export const DEFAULT_COMPONENTS: 
SelectComponentsConfig<any> = {
       />
     </DropdownIndicator>
   ),
+  Input: (props: InputProps) => (
+    <div style={{ position: 'relative' }}>
+      <Input {...props} />
+      {!!(props.selectProps.isMulti && props.selectProps.value.length) && (
+        <span
+          style={{
+            color: '#879399',
+            position: 'absolute',
+            top: '2px',
+            left: '4px',
+            width: '100vw',

Review comment:
       Looking for suggestions as to the best place to put these styles.




----------------------------------------------------------------
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]

Reply via email to