Skip to content

Improve DateField Validation Labels and Behavior #57

@hyyan

Description

@hyyan

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 date, 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 date, 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.

https://docs.webforj.com/docs/components/fields/datefield#maximum-and-minimum

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions