Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalenderPicker randomly closes on ios before actually selecting date #1128

Open
wngray95 opened this issue May 27, 2022 · 1 comment
Open

Comments

@wngray95
Copy link

See attached screen recording. Attempting to use the DatePicker component in a React/Ionic cross platform application. Everytime I use the calendar picker, the popover closes itself after a few (2-3) button clicks, before I've actually had a chance to select the date. Reproducible in both xCode emulator and on the google chrome browser dev tools when using ios mode.

Uploading Screen Recording 2022-05-27 at 1.16.01 PM.mov…

@wngray95
Copy link
Author

<DatePicker style={{paddingTop: '4px', paddingBottom: '12px', width: "100%"}} disabled={disabled} placeholder='mm/dd/yyyy' valueFormat={{month: 'numeric', day: 'numeric', year: 'numeric'}} value={date ? new Date(date) : undefined} onChange={(date) => this.setValue(date)} max={max} min={min} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant