ng-dynamic-forms icon indicating copy to clipboard operation
ng-dynamic-forms copied to clipboard

TextArea control on enter throwing an error

Open Nileshdcool opened this issue 4 years ago • 0 comments

My model has text area

new DynamicTextAreaModel({ id: 'discussion', label: 'Discussion', placeholder: 'Discussion', maxLength: 100, rows: 5, cols: 10 })

However when i hit enter to go to next row within text area it gives console error

onloadwff.js:71 Uncaught TypeError: Cannot read property 'type' of undefined at setFieldValue (onloadwff.js:71) at HTMLFormElement.formKeydownListener (onloadwff.js:71)

Nileshdcool avatar Apr 15 '20 07:04 Nileshdcool