WeekPicker
Description
A control to select an ISO week number
WeekPicker lets users choose a specific ISO week within a year using the browser's native week-input widget. It surfaces the selection as a typed (year, weekNumber) tuple.
It is well-suited for scheduling, sprint planning, payroll cycles, or any reporting context that aligns to week boundaries rather than individual days or months.
Samples
Basic WeekPicker
With Min / Max Constraints
Interactive Selection with Live Feedback
Selecting a week updates the displayed label immediately via the OnChange event — useful as a starting point for hooking the picker into report filters, sprint summaries, or any other downstream UI.