CharrafiMed / global-search-modal

Enhances filamentphp's global search by transforming it into a modal for a better user experience
https://filamentphp.com/plugins/charrafimed-global-search-modal
84 stars 19 forks source link

Modal not loading, timeout during checking for node solves it. #59

Closed derpoho closed 2 months ago

derpoho commented 2 months ago

We have the case, that the events are not attached to the search field, after debugging we found that at the time observer.js is initialized the search node is not yet there. if we wrap this (https://github.com/CharrafiMed/global-search-modal/blob/master/resources/js/observer.js#L6) in a setTimeout with 200 ms delay all works fine. Not sure why we are the only ones experiencing this, we have a simple Filament Setup with no extras besides the Minimal Theme.

Can you maybe add this small delay? or make it optional?

CharrafiMed commented 2 months ago

this plugin requires filament version v3.2.93 or later are you using an older version?

derpoho commented 1 month ago

works now. sorry! didn't see the dependency.