ideesnoires

Results 7 comments of ideesnoires

> I agree that is definatly a regression. > > I can think of a few ways to fix this.... > > 1. Create a custom event that dal also...

it's the same issue like https://github.com/yourlabs/django-autocomplete-light/issues/1221 atm the only option is to trigger a page load event to force an initialization of dal

just tested it with current version of alight_new branch (3.9.7 87dcae9) and it doesn't initialize. atm i still do this "manually" in the snippet that's getting loaded by htmx ```...

@foggy54 that's why I used the dal_init variable. It's getting initialized while loading a view and avoiding the multiple select2() calls.

@foggy54 well before any htmx code is getting called I initialize this variable with a simple: ```var dal_init = false;``` 🙃

i'm not sure if this is related but if i force a linebreak inside inline equation the order of rendered input lines is wrong: ` is $tilde$ symmetric? $(a,b) tilde...

should i open a new ticket for this? if i change this to a not-inline-equation it renders as expected below the preceding text.