How can I implement filtering for multiple widgets on a page?
I am trying to create a filter for multiple widgets. But the filter popup on the chart cannot be clicked.
There are some errors in the console:
Alpine Expression Error: dropdownOpen is not defined
Expression: "dropdownOpen"
<div x-show="dropdownOpen" @click="dropdownOpen = false" class="fixed inset-0 h-full w-full z-10" style="display: none;"></div>
0 Replies