Vikas dosi
Vikas dosi
> **Describe the bug** > Picker has function prop "onValueChange" as per expectation it should work like click event, when ever someone select value, but i found this event execute...
> Hi, When I change the value, the onValuechange fires, but its delayed and the value returned is always one behind. i.e the default value is 'Select a Category' the...
> Hi thank you for your comments. this is my setEventCategory function `setEventCategory(eventCategory){ this.setState({eventCategory: eventCategory}); console.log('setEventCategory: eventCategory: ', this.state.eventCategory) }` > very simple. should I be using some onSubmit or...