Summary
Add a date-picker widget that renders a navigable month calendar.
Details
There is no date type in the current widget set, so dates are entered as free text, which is error-prone.
Add a date-picker widget that shows a month calendar grid: arrow (and optional vim) keys move by day, page keys change month. Support a configurable minimum and maximum date, a configurable week-start day, and a default date. It returns a normalized date value.
Acceptance criteria
Summary
Add a date-picker widget that renders a navigable month calendar.
Details
There is no date type in the current widget set, so dates are entered as free text, which is error-prone.
Add a date-picker widget that shows a month calendar grid: arrow (and optional vim) keys move by day, page keys change month. Support a configurable minimum and maximum date, a configurable week-start day, and a default date. It returns a normalized date value.
Acceptance criteria
required/validate/defaultand participates in the fluent builder.