We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the https://github.com/wimdeblauwe/htmx-spring-boot/blob/69fb0e1604a4fc97d97681df9a37f69b3054e1c5/htmx-spring-boot-thymeleaf/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/thymeleaf/HtmxDialect.java#L27-55, it doesn't look like hx:on is supported.
hx:on
When I try to use it in thymeleaf, it looks like hx:on is being rendered as hx:on, not hx-on.
hx-on
Alternative that works is using th:hx-on::before-request, but I was wondering if there is a way to use hx:on to keep things consistent.
th:hx-on::before-request
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the https://github.com/wimdeblauwe/htmx-spring-boot/blob/69fb0e1604a4fc97d97681df9a37f69b3054e1c5/htmx-spring-boot-thymeleaf/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/thymeleaf/HtmxDialect.java#L27-55, it doesn't look like
hx:on
is supported.When I try to use it in thymeleaf, it looks like
hx:on
is being rendered ashx:on
, nothx-on
.Alternative that works is using
th:hx-on::before-request
, but I was wondering if there is a way to usehx:on
to keep things consistent.Thank you!
The text was updated successfully, but these errors were encountered: