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
when a person wants to add a new attribute readonly to the Datepicker input element as props.
This attribute does not appear, is not inserted into the input element and cannot be seen in the inspector like readonly="readonly".
Can please this readonly be added to the defaultConfig?
The reason is that on some pages we don't want to manually typing inside the Datepicker input element, because of validate.
Thank you!
The text was updated successfully, but these errors were encountered:
At the same time, I need to check if this conflicts with some internal logic.
But, I'm not fully convinced that setting the datepicker to readonly is a good idea. It is intentional that people can actually type in the datepicker and the input is validated anyways. So you could still prevent users from inputing invalid dates.
Hey Mathis,
when a person wants to add a new attribute
readonly
to theDatepicker input element
as props.This attribute does not appear, is not inserted into the input element and cannot be seen in the inspector like
readonly="readonly"
.Can please this
readonly
be added to thedefaultConfig
?The reason is that on some pages we don't want to manually typing inside the
Datepicker input element
, because of validate.Thank you!
The text was updated successfully, but these errors were encountered: