Skip to content

1.0.1

Compare
Choose a tag to compare
@nadnoslen nadnoslen released this 19 Mar 21:43
· 91 commits to main since this release

Bug fix so webkit browsers (Chrome & Safari) will not double-submit a form when a {{input-text}} is set to submit on Enter or Ctrl+Enter press. This double submit phenomenon only happens when the form contains a submit button.

Workaround

Avoid placing a button of type="submit" into your form if you want to use the {{input-text}} input. I know that is lame, but that's the best I can offer at the moment.