Closed efirvida closed 7 months ago
I'll try to refine the Autocomplete bindings a bit soon. Maybe even to the same pattern as the Slider/Slider.Ranged.
Which means to export both a Autocomplete
and Autocomplete.Multiple
. I cannot think of a use-case where you want to dynamically change from the one to the other anyway.
Published a new version with some changes. Check out the examples how to use them: https://github.com/cca-io/rescript-mui/blob/master/examples/src/examples/ExampleAutocomplete.res
Hi, if I try to set the value of a multiple field, this trough a error sayung that the value prop is needs a type but I'm giving an array \<type>, so there is something missing in the type of the value prop.
Using the provided example:
give: