Julian Kruchy

Results 3 comments of Julian Kruchy

I have the same issue. It doesn't even have to be an field in the form. Forms in general seems to ignore the hx-params attribute. Call "localhost/?some_fancy_param=1" ``` ``` Submit...

A possible workaround (works only for GET requests and does not take data from any fields): (Not sure if it actually covers all cases... it was written just within some...

> > I have the same issue. It doesn't even have to be an field in the form. Forms in general seems to ignore the hx-params attribute. > > Call...