-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I came across the following code working in MUI but not in SUID:
function Select() {
return (
<TextField select> ... </TextField>
)
}
In MUI, a Select
component is rendered whilst with SUID, a normal TextField
is shown; I suppose there isn't support for this prop yet. Is anyone working on this or has it been planned? This would be nice to have since it is commonly used.
Code Example: Codesandbox
ethan-welloJesse205 and ethan-wello
Metadata
Metadata
Assignees
Labels
No labels