Max Hill
Max Hill
As far as I can tell, it's not currently possible to specify an equivalent to hx-swap when using the htmx.ajax() javascript API documented [here.](https://htmx.org/api/#ajax). It's got target, values, etc. but...
I ran into an issue creating roots when working with multiple proxy models of an `MP_Node `model. `MP_AddRootHandler `was setting `path` based on the class instead of the base class,...
I have a form with a combination of single-select and multiple-select fields. The Values conversion works perfectly for grabbing the values from the single-select fields, but returns an empty array...