Hello everyone, I have been working on integrating a Select2 dropdown for a UI filter on my bloxfruit-scripts project, and I ran into an issue where the dropdown results do not refresh properly when typing new queries. When the page first initializes, the remote data loads as expected, but any subsequent input either hangs on the previous dataset or fails to trigger the remote AJAX call altogether. In addition, when clearing the selection, the placeholder disappears instead of reverting back to its default state. Has anyone experienced similar behavior with dynamic remote data in recent versions, and is there an event listener or cache clearing setting I might be missing in the configuration?