Discussed in #3233
Originally posted by 0xjemm April 28, 2026
When using inputText to fill a native HTML <input type="date"> field, the value is not entered correctly. The month and day segments may populate partially, but the year segment is consistently wrong (e.g., entering "12011998" results in something like "02/02/0002").
Discussed in #3233
Originally posted by 0xjemm April 28, 2026
When using
inputTextto fill a native HTML<input type="date">field, the value is not entered correctly. The month and day segments may populate partially, but the year segment is consistently wrong (e.g., entering "12011998" results in something like "02/02/0002").