We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For component TimeField even when parameter showSeconds=true only hour and minute are shown/changeable.
showSeconds=true
Fix could be in fields/time-field.js <TimePicker ... ampm=..... views={ showSeconds?['hours','minutes','seconds']:['hours','minutes'] } ... />
To get a fixed 24h display an additional parameter for ampm is required?
Similar issue for DateField when includeTime=true
The text was updated successfully, but these errors were encountered:
On the surface this seems like a bug or a missing feature. Let me find some time to take a look...
Sorry, something went wrong.
No branches or pull requests
For component TimeField even when parameter
showSeconds=true
only hour and minute are shown/changeable.
Fix could be in fields/time-field.js
<TimePicker
...
ampm=.....
views={ showSeconds?['hours','minutes','seconds']:['hours','minutes'] }
...
/>
To get a fixed 24h display an additional parameter for ampm is required?
Similar issue for DateField when includeTime=true
The text was updated successfully, but these errors were encountered: