Replies: 2 comments 4 replies
-
Zero prefixing is locale specific. It is expected in some regions and not others, so it happens automatically depending on that. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@devongovett Not sure you saw my latest comments native chrome and Firefox (both locale aware) disagree with your statement on 0 prefixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Comparing the Date-Input types with https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date - it would be nice if one could control that for day and month 2-digits are used (this would reduce the white-gaps).
Another nice to have would be if a monospaced font could be used (the native control uses also monospace if not mistaken) but I understand that this probably won't match the Spectrum styles.
Current:

2-digits:

2-digits + monospace (used Source Code Pro):

Beta Was this translation helpful? Give feedback.
All reactions