picker icon indicating copy to clipboard operation
picker copied to clipboard

Picker is showing the previous selected value even after the value prop has been updated

Open wael-fadlallah opened this issue 1 year ago • 0 comments

I have a form with three pickers, after the user fills that form I move him to a new screen with a button to fill another form, so when a user chooses to fill another form I empty the initial state in the component, but two out of the three pickers still showing the previously selected value with the label overlapping with it

I have checked the state and the value is empty, I have debugged the pickers and the value and selectedValue props are empty

wael-fadlallah avatar Jul 27 '22 07:07 wael-fadlallah