microsoft / react-native-adaptivecards

React Native renderer for AdaptiveCards
https://microsoft.github.io/react-native-adaptivecards/
80 stars 21 forks source link

Submit button click not call onSubmit method after changing form input #55

Open nileshprajapati007444 opened 5 years ago

nileshprajapati007444 commented 5 years ago

scenario 1: If I change any Date or Time, then click Submit button. It does not calling obSubmit method.

scenario 2: But If I doe not change any Date or Time, and directly click Submit button. It call obSubmit method for first time. Second time click submit not call obSubmit method.

Screenshot 2019-06-06 at 4 00 13 PM

CSLMeyers commented 5 years ago

@nileshprajapati007444 I have fix scenario 2, for scenario 1, could I have you test data?