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
Trying to set an attribute name dynamically (eg. button (htmx_method)=(htmx_path)) returns the error:
button (htmx_method)=(htmx_path)
element body must be wrapped in braces = help: see https://github.com/lambda-fairy/maud/pull/137 for details
For custom libraries like HTMX, having the ability to set attributes dynamically would be very useful for type safety.
The text was updated successfully, but these errors were encountered:
Allow splices in attribute names
794e60e
Closes lambda-fairy#444
2c60c64
Successfully merging a pull request may close this issue.
Trying to set an attribute name dynamically (eg.
button (htmx_method)=(htmx_path)
) returns the error:For custom libraries like HTMX, having the ability to set attributes dynamically would be very useful for type safety.
The text was updated successfully, but these errors were encountered: