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
Rename the “Maximum” and “Minimum” section in the DateField component to “Min and Max Value” for better clarity. Update the phrasing and explain the functionality as follows:
For setMax: If the value entered into the component is later than the specified maximum time, the component will fail constraint validation. When both the min and max values are set, the max value must be a date that is the same as or later than the min value.
For setMin: If the value entered into the component is earlier than the specified minimum time, the component will fail constraint validation. When both the min and max values are set, the min value must be a date that is the same as or earlier than the max value.
Rename the “Maximum” and “Minimum” section in the DateField component to “Min and Max Value” for better clarity. Update the phrasing and explain the functionality as follows:
https://docs.webforj.com/docs/components/fields/timefield#maximum-and-minimum
The text was updated successfully, but these errors were encountered: