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
Yes its correctly visualized and everything is working fine except that exception. It seems like the exception isn't affecting anything it's just being thrown.
I created a simple JavaFX application and used DatePicker to record following demo. hope it helps you.
It does impact functionality. If you default the value of the date programmatically and click the icon, the calendar does not display the value of the defaulted date, instead it displays the current date. If you click the year dropdown, you will get this IndexOutOfBoundsException. If you select the year and month of the defaulted date, it will show the date is actually set. If you change the date using the UI, then it will jump to the correct date when the icon is clicked.
Issue Description
A
IndexOutOfBoundsException
is thrown when using MFXDatePickerSteps to Reproduce
1)Create a JavaFX application with an MFXDatePicker
2)Then just try to change the month or year while application is running
MRE
The text was updated successfully, but these errors were encountered: