about summary refs log tree commit diff
path: root/src/view/com/util/forms/DateInput.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Switch the date input web version to the date-input web control (#1510)Paul Frazee2023-09-211-47/+30
| | | | | * Switch the date input web version to the date-input web control * Fix types
* [APP-615] COPPA-compliant signup (#570)Paul Frazee2023-05-081-0/+92
* Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages