stackworx / formik-mui

Bindings for using Formik with Material-UI

Home Page:https://stackworx.github.io/formik-mui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select with multiple property

Laityned opened this issue · comments

I am trying to use the select component of material-ui with the property multiple.

However this gives the error:
value should be a array.

Did somebody got this working / an example how it should be done?

@Laityned this does work, there is an example in the codesandbox.

its likely your initial values is not an empty array ([])