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
I came across the following code working in MUI but not in SUID:
In MUI, a
Selectcomponent is rendered whilst with SUID, a normalTextFieldis 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