Skip to main content
sanjuktab2257
July 15, 2025
Question

ear Change Not Registered Without Full Date Reselection in dateField

  • July 15, 2025
  • 2 replies
  • 0 views

While working with a!dateField, I observed that changes to the selected date are only registered if the user updates the day first, followed by the month, and then the year.

For example, if the initial value is 1/1/1994 and I attempt to change only the year to 1995, the update does not take effect. To successfully apply the change, I must reselect the day.

Did anyone else came across this issue earlier?

    2 replies

    shubhama926776
    July 15, 2025

    Yes, this is a known behavior in a!dateField. The date change only registers if the day is modified last or all three (day, month, year) are updated.
    This is by design to prevent partial/incomplete date entries.

    Alternatively, use separate dropdowns for day, month, and year if precise control is needed.

    stefanhelzle0001
    July 15, 2025

    Yes. This is how that field works.