WeekPicker is designed to extend the original Date Picker from OS UI with week picker functionality. It returns a week number and year when user selects a week.
Under the hood we use the official plugin Week Select from Flatpickr v4.6.13 to select weeks.
Note: since the plugin supports ISO weeks (ISO 8601) only. This week type ranges from monday to sunday, opposed to Outsystems default of sunday - saturday.
🔧 Fixes
📈 New features
⚠️ Breaking changes