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
This issue is related to #1048 , The Date filter issue is now fixed but if the filter has :showTime="true" it will have strange behavior and finally will give an error.
First, when focus on the filter field the calendar will show then hide immediately. But if we add another filter rule the second calendar will work properly while the first calendar will give the following error: Uncaught (in promise) DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. at insert (http://localhost.com/js/app.js:12712:16)
PrimeVue version 3.3.5
The text was updated successfully, but these errors were encountered:
This issue is related to #1048 , The Date filter issue is now fixed but if the filter has
:showTime="true"
it will have strange behavior and finally will give an error.First, when focus on the filter field the calendar will show then hide immediately. But if we add another filter rule the second calendar will work properly while the first calendar will give the following error:
Uncaught (in promise) DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. at insert (http://localhost.com/js/app.js:12712:16)
PrimeVue version 3.3.5
The text was updated successfully, but these errors were encountered: