You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no datepicker functionality in Safari when entering new "Utlegg". This means that no rows are considered valid because you have to type in the dates manually, and it seems like the system can't understand that manually typed dates are actual dates. Soo, that's bad.
The text was updated successfully, but these errors were encountered:
Manual date input should work - but only if the date format matches.
I found that by entering 05/03/2017 in then the row validated fine in safari.
Validation code is using moment.js so we should be able to use anything that can handle - but - it's not taking the - separator either (- is supported out of the box by moment - . is not).
There is no datepicker functionality in Safari when entering new "Utlegg". This means that no rows are considered valid because you have to type in the dates manually, and it seems like the system can't understand that manually typed dates are actual dates. Soo, that's bad.
The text was updated successfully, but these errors were encountered: