-
Notifications
You must be signed in to change notification settings - Fork 824
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
datefield unusable in safari and locale nl_BE and nl_NL #8631
Comments
same thing on de_DE |
The first part of the issue isn't directly a SS problem. SS4 uses a native HTML5 input for dates, and I don't believe that Safari actually renders one. You may need to use a plugin such as the silverware calendar to get around that part. |
IMHO something like this should have some kind of fallback for browsers that don't support this. |
it's probably an issue for userforms, because using the datefield in the cms is working as expected (except for the fact that safari is not rendering a datepicker) |
The idea was that the fallback is a text field. We're not going to deal with a JS library for date picking on top of the increasingly native capabilities, that's been a conscious decision during 4.x development. But we need to ensure authors know what format to use to write a date into a text field (e.g. no ambiguity around short vs. long month names) |
@bergice Do you think this is still an issue? |
@chillu The validation issue should be resolved (silverstripe/silverstripe-userforms#829 (comment)) and I can't replicate it. Also looks like we won't be adding a datepicker library so I'm closing this. |
Affected Version: ss 4
The text was updated successfully, but these errors were encountered: