Closed mikemartin closed 11 months ago
Fixes issue where {{ partial:components/button as="button" label="My button" }} would inherit the default href attribute.
{{ partial:components/button as="button" label="My button" }}
href
Changes proposed in this pull request:
Looks good. Thanks Mike. We should probably move this to the tools addon so it can easily be updated. 🤔
Fixes issue where
{{ partial:components/button as="button" label="My button" }}
would inherit the defaulthref
attribute.Changes proposed in this pull request: