mson-react icon indicating copy to clipboard operation
mson-react copied to clipboard

time-field: no seconds, no switch for 24h format

Open ghost opened this issue 3 years ago • 1 comments

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

ghost avatar Sep 16 '21 17:09 ghost

On the surface this seems like a bug or a missing feature. Let me find some time to take a look...

redgeoff avatar Sep 17 '21 03:09 redgeoff