Feature request: Use material-ui Autocomplete
instead of react-select
#615
Labels
Component: UX/Design
Issues related to UI/UX features and improvements, style system, and design principle
Studio Core Team
Opened by a member of the Studio core team
Type: Enhancement
Type: Feature Request
Type: Maintenance
DevOps, maintenance, admin works to do with the repository
Type: Refactor
Milestone
Overview
Add auto-complete component using @material/Autocomplete instead of using
react-select
(better API) and allows creating new workspace without opening a modal (with test) - Also this might fix aBUG
right now, if we have a select long autocomplete menu that overflows the bottom of the screen, it will force the<body>
tag to overflow the screenImplementation Plan
(TBD)
Additional Context
react-select@5 just came out and cause quite a bit of change, we should consider this an opportunity to use another solution altogether
The text was updated successfully, but these errors were encountered: