New
Minor features and bugfixes
NEW FEATURES
- Added
preventSubmitOnEnterthat 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