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

Add clickable calendar to select date #17

Closed
aelizj opened this issue Jul 14, 2022 · 1 comment
Closed

Add clickable calendar to select date #17

aelizj opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request frontend Related to the front-end

Comments

@aelizj
Copy link
Member

aelizj commented Jul 14, 2022

Currently a user has to type in a date

@aelizj aelizj added enhancement New feature or request frontend Related to the front-end labels Jul 14, 2022
@aelizj aelizj self-assigned this Jul 14, 2022
@aelizj aelizj mentioned this issue Jul 15, 2022
@aelizj
Copy link
Member Author

aelizj commented Jul 15, 2022

It took quite a bit of digging, but then I found this issue on the Elastic UI gh.

TLDR; when React is run in strict mode EuiDatePicker doesn't work properly.

Once I removed the React.strictMode tags in App.js, the calendar popovers worked immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Related to the front-end
Projects
None yet
Development

No branches or pull requests

1 participant