Replies: 2 comments
-
Thanks for your comments. I think we can turn this into an issue and work on it as a feature request. Basically, the task is to update the attribute name parser to support having a It is a very straightforward change if you have time to do a PR yourself, if not, I'll get to it. 😁 The attribute name parser is here: templ/parser/v1/elementparser.go Lines 62 to 68 in e8f18b2 Then, need to add a test for the new behaviours here: templ/parser/v1/elementparser_test.go Line 12 in e8f18b2 And finally, a test to make sure that the generated output is as expected by updating the |
Beta Was this translation helpful? Give feedback.
-
Added to templ in 43545f8 |
Beta Was this translation helpful? Give feedback.
-
Hi,
First, let me thank you for this amazing tool that allows you to develop the Go web applications very quickly! Love it 😘
I noticed that the plugin for VSCode does not full support the htmx extension
response-targets
:It would be really cool if you could add wildcard support.
Right now, you have to define each
hx-target
like this:Although it could be simplified to:
Thanks for your time and
templ
library! 😊Beta Was this translation helpful? Give feedback.
All reactions