twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Fix bug date picker month and year dropdown not clickable

Open lucasbordeau opened this issue 5 months ago • 1 comments

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

lucasbordeau avatar Jun 30 '25 10:06 lucasbordeau

🚀 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.

github-actions[bot] avatar Jun 30 '25 10:06 github-actions[bot]