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
datePicker component loses reference to the input after initialisation.
Uncaught TypeError: Cannot convert undefined or null to object
at slice (<anonymous>)
at _flatpickr (index.js:1979:10)
at flatpickr (index.js:2018:16)
at date-picker.js:28:43
_flatpickr @ index.js:1979
flatpickr @ index.js:2018
(anonymous) @ date-picker.js:28
this.$refs.__input is populated when first rendering the page but when changing anything else on the page that causes a render, it becomes undefined and throws an error.
Laravel Form Components Version
v8.1
Laravel Version
9.52.12
Alpine Version
3.12.3
Bug description
datePicker component loses reference to the input after initialisation.
this.$refs.__input
is populated when first rendering the page but when changing anything else on the page that causes a render, it becomes undefined and throws an error.It is also randomly showing the clear button when not active?
Steps to reproduce
Using the following:
Relevant log output
No response
The text was updated successfully, but these errors were encountered: