foggy54
foggy54
> My solution was to just set > > ``` > content='{"historyCacheSize": 0, "refreshOnHistoryMiss": false}'> > ``` > > This also fixed an issue with client DOM changes (e.g. modals...
hello, I managed to get everything work with original autocomplete_light.js using the script provided by @ideesnoires in his post, but slightly modified, removing dal_init. The script must be added to...
@ideesnoires sorry, I can't understand where and how you define variable dal_init? I'm getting error ReferenceError: dal_init is not defined
@ideesnoires I tried this (code below, just checking if variable is defined), also works perfectly, thx for advice! ```javascript ``` htmx.on("htmx:afterSettle", (e) => { setTimeout(() => { if (typeof dal_init...
Confirm, having exactly same problem with React 18
> i'm trying this : But it's not working Hello, have you managed to solve your question? I'm looking for solution which allow partial loading of the options for large...
Hello @dfrankow , thank you very much, I also had the same issue and your "hack" helped a lot. BTW may be you can help with other similar issue, I'm...