conversational-form icon indicating copy to clipboard operation
conversational-form copied to clipboard

Angular example with form tags keypress error

Open keyboardbreaker opened this issue 5 years ago • 1 comments

-I have provided a code example. Using the angular example from the documentation I changed the

form.component template from <div class="myCF" #myCF></div>

to

<form class="myCF" #myCF></form>

- If I encountered an issue I have provided: a description of the actual and expected behavior The form actually works as normal, however, when I have lastpass plugin installed using chrome I receive the following error on each enter keypress on each form input:

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

This error is documented on another plugin

-what version of Conversational Forms I am using

1.0.1

-what browser and version I am using

Chrome Version 78.0.3904.108 (Official Build) (64-bit)

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

keyboardbreaker avatar Dec 10 '19 13:12 keyboardbreaker

@keyboardbreaker this bug comes from your lastpass extension

typehorror avatar Feb 14 '22 15:02 typehorror