Description
Fix two issues with the Date, Date/Time, and Time field pickers in the new Edit Contentlet.
- Width — The picker currently stretches full width. It should have a predetermined, fixed width that fits the control instead of spanning the whole form. Align with PrimeNG's default datepicker sizing rather than a hard-coded magic number.
- Close behavior — The calendar/picker should not close when a date is clicked, because the user may still need to select the time. It should stay open and only close when the user clicks outside of it. This applies to all three field types (Date, Date/Time, Time) for consistent behavior.
🔗 Reference: PrimeNG DatePicker
Acceptance Criteria
Width
Close behavior
Priority
Medium
Additional Context
Part of the new Edit Contentlet work (dotCMS: New Edit Contentlet). The fields are built on PrimeNG — use its DatePicker defaults/configuration for both the width and the "stay open until click-outside" behavior. Keeping the panel open on date selection is required so users editing Date/Time and Time fields can complete the time portion before dismissing.
Description
Fix two issues with the Date, Date/Time, and Time field pickers in the new Edit Contentlet.
🔗 Reference: PrimeNG DatePicker
Acceptance Criteria
Width
Close behavior
Priority
Medium
Additional Context
Part of the new Edit Contentlet work (
dotCMS: New Edit Contentlet). The fields are built on PrimeNG — use its DatePicker defaults/configuration for both the width and the "stay open until click-outside" behavior. Keeping the panel open on date selection is required so users editing Date/Time and Time fields can complete the time portion before dismissing.