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



##########
File path: superset-frontend/src/components/Select/styles.tsx
##########
@@ -272,6 +297,24 @@ export const DEFAULT_COMPONENTS: 
SelectComponentsConfig<any> = {
       />
     </DropdownIndicator>
   ),
+  Input: (props: InputProps) => {
+    const {
+      isMulti,
+      value,
+      placeholder,
+    }: {
+      isMulti?: boolean;
+      value?: ValueType<any>;
+      placeholder?: ReactNode;

Review comment:
       This did.. thanks! I just had one more issue with value.length that 
still needed to be asserted, but much better. 




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