Skip to content

Minor features and bugfixes

Compare
Choose a tag to compare
@jenssogaard jenssogaard released this 24 Nov 01:53
· 140 commits to master since this release

NEW FEATURES

  • Added preventSubmitOnEnter that disables default submit on enter-keypress behaviour #270
  • Support for multiline input <textarea rows="2"> which renders a taller input field (enter still submits the answer unless the above option is in effect which will result in line break)

BUG FIXES

  • Fixed offsetHeight-error #205
  • Fixed hideUserInputOnNoneTextInput with input type="file" error #165 #175