ktmud edited a comment on pull request #13858: URL: https://github.com/apache/superset/pull/13858#issuecomment-813485210
@Steejay I think it's OK for the dropdown menu to be wider than the select box (it shouldn't be shorter than it though). Even AntD has a `dropdownMatchSelectWidth` option which you can set to `false` to allow this auto-expand: https://codesandbox.io/s/search-with-sort-antd4150-forked-nkude?file=/index.js I just removed the fixed width of the menu container when there is no need to use virtual list. @AAfghahi This looks good. Could you also add screenshots of how the select look like in Explore page chart controls and Dashboard FilterBox just for confirmation? -- 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]
