Styling a native date input into a custom, no-library datepicker For Helppo users, I wanted to offer a way to edit date and datetime values more conveniently than with a plain text input. This is of course nothing new; most sites use datepickers for this purpose. As a developer, there are plenty of ready-made options to choose from. For example, react-datepicker (which almost doubled the bundle si

