swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
660 stars 47 forks source link

Add autocomplete feature #279

Closed nate-summercook closed 5 months ago

nate-summercook commented 6 months ago

I'm working on a project with SolidJS for the first time, coming from React & Redux & mui. What I'm missing in @suid currently is <Tooltip /> and <Autocomplete />, similar to what @mui offers. Would it be reasonable to add these two to the list soon?.

juanrgm commented 5 months ago

Unfortunately @mui/material/Autocomplete is very complex. I have the code ported in draft and I am not convinced.

However you can easily create your own autocomplete using FormControl, InputLabel, OutlinedInput and Popper.

nate-summercook commented 5 months ago

Yes, that's exactly what I did ✌🏼