state `userIsInteractingWithPicker` problem using `onDateChange` on iOS
See original GitHub issueIf I add the method onDateChange
to my component, the button onConfirm keep disabled even after the user stop interacting.
I noticed that the state is not updated because I did override the function _handleDateChange
with my onDateChange
prop.
I think it should update the state and also call my method onDateChange.
I don’t want to use neverDisableConfirmIOS
because I want to wait the user end the interaction.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
About the security content of iOS 16.1.2 - Apple Support
This document describes the security content of iOS 16.1.2. About Apple security updates. For our customers' protection, Apple doesn't disclose, ...
Read more >Set up an Outlook account on the iOS Mail app
Set up a Microsoft 365, Exchange, or Outlook.com email in the iOS Mail app ... If you are having issues with the iOS...
Read more >Apple Confirms Serious New Problems For iPhone 14 Buyers
iPhone 14 and iPhone 14 Pro buyers face serious new problems. ... Apple acknowledges the activation issues and states “there are no current ......
Read more >Turn cookies on or off - iPhone & iPad - Google Account Help
In the Chrome app · In the Safari app · In other browser apps · Why cookies are helpful · Fix problems ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got same problem and PR resolve this issue.
Done