- πΊπΈUnited States Chris Dart
This should default to not show seconds. The chances that a UX will require seconds is far less common than users entering hours and minutes only. Users should override to show seconds not hide them. Probably a better idea to change this than to have developers add hooks or extra modules to display the most likely user need.
- π¨π¦Canada mandclu
To implement this functionality would alter the data, which we wouldn't want to do unless a site builder had specifically opted into this choice. I'm planning some widget configuration changes in the Smart Date 4.x branch, so I'll add this to the plan for that.
- Status changed to Needs review
about 2 years ago 11:12am 17 March 2023 - π¨π¦Canada mandclu
I recently committed β¨ Truncate default values if seconds are zero Fixed to address the seconds input being visible in Firefox, not sure how much that would help with this issue.
In my own testing I couldn't find an example where this functionality was needed, but this patch should zero out any existing seconds. If someone can reproduce the state where this is needed, could the issue summary be updated with steps to reproduce?
- πΊπΈUnited States MegaKeegMan
I just tested this with the functionality that you added in #3348672 β¨ Truncate default values if seconds are zero Fixed and it seems to fix the issue for me. Worth noting that I am using firefox! This is awesome.
- Status changed to RTBC
almost 2 years ago 8:47pm 22 May 2023 -
mandclu β
committed e6a52da9 on 4.0.x
Issue #3165673 by mandclu: Provide widget option to strip out seconds...
-
mandclu β
committed e6a52da9 on 4.0.x
- Status changed to Fixed
almost 2 years ago 7:19am 28 June 2023 - π¨π¦Canada mandclu
Thanks for the feedback. Merged in these changes.
Automatically closed - issue fixed for 2 weeks with no activity.