Hello,
I just stumbled across an issue with the calendar field. Unfortunately it will switch the value for day and month if you an input by keyboard where DD <= 12.
Display Format AND Real Format is set to DD.MM.YYYY. If you write your date with the keyboard for example 02.10.2023 (DD.MM.YYYY) it will change it to 10.02.2023 (DD.MM.YYYY) in the field, when you click outside of the field. If you write a date where the day is over 12 f.e. 22.10.2023 it won't change it. If you use the datepicker it works correctly.
Thanks for your help and best regards.
I just stumbled across an issue with the calendar field. Unfortunately it will switch the value for day and month if you an input by keyboard where DD <= 12.
Display Format AND Real Format is set to DD.MM.YYYY. If you write your date with the keyboard for example 02.10.2023 (DD.MM.YYYY) it will change it to 10.02.2023 (DD.MM.YYYY) in the field, when you click outside of the field. If you write a date where the day is over 12 f.e. 22.10.2023 it won't change it. If you use the datepicker it works correctly.
Thanks for your help and best regards.
yes, you need to set the field to "readonly" using the HTML attributes setting, that should prevent keyboard input
Hello Max,
thanks for your reply.
I don't want to prevent keyboard input, because I think most users are faster and it's easier to use the keyboard. Is there a way to ensure, that Days and Months are saved correctly?
Best regards
thanks for your reply.
I don't want to prevent keyboard input, because I think most users are faster and it's easier to use the keyboard. Is there a way to ensure, that Days and Months are saved correctly?
Best regards
you may use a normal text field with a "Field mask" then
You need to login to be able to post a reply.