Skip to content

Commit

Permalink
Add polyfill for <Input> and <Textarea>
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 14, 2019
1 parent 32cbbf7 commit 07fbd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ast-input-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AngleBracketLinkToPolyfill {
);

return b.mustache(
b.path(tag.toLowerCase()),
b.path(tag),
null,
hash,
b.program(children, blockParams),
Expand Down

0 comments on commit 07fbd1c

Please sign in to comment.