You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This works great for most field types, but fails for select fields.
It would be very useful to be able to pre- and re-select the appropriate values for select items by passing in the matching object from their options array.
It would be even more flexible to allow value/default selection by name or value of the options array objects, perhaps via some kind of options overload. (e.g. { selectedValue: "foo", propertyName: "name" }