I have 2 forms on the same page that both use a date picker, when I select a date on one of the forms the page locks, here is a sample of the errors i'm getting:
pikaday.js:64 Uncaught RangeError: Maximum call stack size exceeded.
at fireEvent (pikaday.js:64)
at Pikaday.setDate (pikaday.js:647)
at HTMLInputElement.Pikaday.self._onInputChange (pikaday.js:429)
at fireEvent (pikaday.js:64)
at Pikaday.setDate (pikaday.js:647)
at HTMLInputElement.Pikaday.self._onInputChange (pikaday.js:429)
at fireEvent (pikaday.js:64)
at Pikaday.setDate (pikaday.js:647)
at HTMLInputElement.Pikaday.self._onInputChange (pikaday.js:429)
at fireEvent (pikaday.js:64)
at Pikaday.setDate (pikaday.js:647)
Date picker works fine when there is only one on the page. Any suggestions of how to fix?
Umbraco Forms - Date Picker js error
Using Umbraco v7.6.1, Forms v6.0.1
Hi,
I have 2 forms on the same page that both use a date picker, when I select a date on one of the forms the page locks, here is a sample of the errors i'm getting:
Date picker works fine when there is only one on the page. Any suggestions of how to fix?
Thanks
Kerri
Hi, I', getting the exact same behavior. Any help please?
Hi Dmitry,
Sorry, never did get this resolved,
Kerri
Hi Kerri,
I've downgraded the version and it resolved by itself.
is working on a reply...