Conversation
supportHello, I configured the date field with a minimum value of “current date + 2 days”. The date picker correctly prevents selecting a date earlier than that. However, after selecting a valid date, I can manually change the value to an older date (e.g. by typing it), and the form still submits successfully without any validation error. It seems the minimum date restriction is only applied to the date picker UI, not validated on form submission. Is it possible to add server‑side or submit‑time validation so the form returns an error when the selected date is earlier than the configured minimum?
Hello DODO Internet , You can add the readonly attribute to this input so that users cannot modify its value. Thank you so much
Hello @yeeaddons , Thanks for the tip! That is exactly what I needed. This problem is fixed.
Hello DODO Internet , You can add the readonly attribute to this input so that users cannot modify its value. Thank you so much
Hello @yeeaddons , Thanks for the tip! That is exactly what I needed. This problem is fixed.