Minor features and bugfixes
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