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