-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current behaviour
When using Czech locale (cs), dates are being displayed incorrectly as truncated format: "01. 09. 20" instead of the expected full format "01. 09. 2025".
Expected behaviour
Date should display as: 01. 09. 2025 (12 characters) or 01.09.2025.
How to reproduce?
<DatePickerInput
locale={"cs"}
// ... other props
/>
Preview
Root cause: The maxLength={10} in TextInputMask.tsx constraint cuts off the last 2 characters of the full 4-digit year in Czech locale formatting
- react-native-paper-dates: 0.22.49
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working