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
offers an onSelect option and I would have expected that it works similar to the onChange of FormInput or the onChange of FormSelect, i.e. I can put a handler in there to change my state of items. However, if I add a handler I see that
so I have a hard time using that. I only can see in react dropdown examples that people are using onClick and not onSelect (like here e.g. reactstrap/reactstrap#559). Is this maybe just the wrong attribute?
The text was updated successfully, but these errors were encountered:
The case class
offers an
onSelect
option and I would have expected that it works similar to theonChange
ofFormInput
or theonChange
ofFormSelect
, i.e. I can put a handler in there to change my state ofitems
. However, if I add a handler I see thatgives
so I have a hard time using that. I only can see in react dropdown examples that people are using
onClick
and notonSelect
(like here e.g. reactstrap/reactstrap#559). Is this maybe just the wrong attribute?The text was updated successfully, but these errors were encountered: