64fbad8cbf
Birthday date inputs in Settings (profile, new member, edit member) and the Birthdays page were using type="text" with a custom mask, which suppresses the native iOS date picker wheel. Switching to type="date" with a plain ISO value restores the native picker while keeping the existing parseDateInput / isDateInputValid logic intact. Closes #98 Co-authored-by: Ulas Kalayci <ulas.kalayci@googlemail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>