react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

i get bug when use 2 datepicker in 1 screen

Open thinhtt264 opened this issue 4 years ago • 1 comments

Issue

when I use 2 different date pickers on the same screen and get 2 different values, the opening variable is also different. But when I change the value, both change. It seems that the system thinks 2 dateicker is 1. Although these two are completely different.

Anyone help me pls

thinhtt264 avatar Oct 18 '21 01:10 thinhtt264

Did you check that the method of state is not the same? I mean the method for change the value of the variable.

ernesto-ca avatar Nov 06 '21 07:11 ernesto-ca