#2661: TimeRange.jsx
projectforge-webapp/src/components/design/input/calendar/TimeRange.jsx React component, projectforge-webapp/src/components/design/input/calendar/TimeRange.jsx 81 lines · 78 code · 0 comments · 3 blank
Date/time range input component for the calendar UI. Renders paired `DateTimeInput` fields for 'from' and 'to' dates with optional time inputs, clear buttons (FontAwesome times icon), and toggles for hiding the day picker or time input. Supports label prop, id for accessibility, and full PropTypes validation for all date/time properties.
Git History
982c684c7 use fontawesome as component
a7bd53cf4 improve style
4b0705276 fix time input
01f7e8983 add time input for calendar
5654c7e21 start implementing calendar