twenty
twenty copied to clipboard
Fix bug date picker month and year dropdown not clickable
This PR fixes a bug that only happens on workflow form inputs.
Clicking a month or year dropdown in the date picker header, will close the whole date picker, instead of changing the year or month.
This is because the date picker considers that there is a click outside happening.
So to fix that we use the excluded click outside id system.
Fixes https://github.com/twentyhq/twenty/issues/12922
See related issue to discuss the improvement of this system : https://github.com/twentyhq/core-team-issues/issues/1166
🚀 Preview Environment Ready!
Your preview environment is available at: http://bore.pub:34134
This environment will automatically shut down when the PR is closed or after 5 hours.