Date picker widget could not render whenever passing empty or string
0
Hello all, whenever I’m passing empty or ‘’ in date picker widget I’m getting this error : Provided value for year is out of selectable year range. You're probably using a wrong locale prop value or your provided value's locale is different from the date picker locale. Try changing the 'locale' prop or the value you've provided. RangeError: Provided value for year is out of selectable year range. You're probably using a wrong locale prop value or your provided value's locale is different from the date picker locale. Try changing the 'locale' prop or the value you've provided. at http://localhost:8080/widgets/mendix/datepickerweb/DatepickerWeb.js?638320302137777754:739:23 at rc (http://localhost:8080/mxclientsystem/mxui/mxui.js?638320302137777754:34:93168) at _l (http://localhost:8080/mxclientsystem/mxui/mxui.js?638320302137777754:34:113290) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638320302137777754:34:109894 at _ (http://localhost:8080/mxclientsystem/mxui/mxui.js?638320302137777754:64:1361) at MessagePort.N (http://localhost:8080/mxclientsystem/mxui/mxui.js?638320302137777754:64:1893) Do anyone know what is the issue