-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
React DOM 15.2.0 has added warnings for unknown DOM element properties. I noticed one warning from from this library about the options
and events
props being passed to the <select>
element.
I think I can make a quick PR to destructure them before passing ...params
to the <select>
element.
Metadata
Metadata
Assignees
Labels
No labels