-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custom time picker #86
Comments
@lorypelli It's not part of the Mantine component library which the new design is based on, and it also has no support for 12 hour clocks nor any localization from what I can tell. |
@DJDavid98 So are you searching only elements of the Mantine library? |
Ideally yes, either that or implement my own based on what they have, once I have the time. |
It would certainly be nice if I could use 24-hour format for my input instead of having to convert to 12-hour format manually. |
@PrincessRTFM If you are using the English version of the site, you can use the "English, UK" language option to get a 24 hour clock input with custom inputs enabled. If that option is disabled the input is based on your browser language, so you can switch to the "English (United Kingdom)" language in your browser settings to have a 24-hour format input instead, |
Find a time picker component that works well with all supported languages, or can be sufficiently configured to the same effect. This should replace the current browser default time input.
The text was updated successfully, but these errors were encountered: