Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular example with form tags keypress error #376

Open
keyboardbreaker opened this issue Dec 10, 2019 · 1 comment
Open

Angular example with form tags keypress error #376

keyboardbreaker opened this issue Dec 10, 2019 · 1 comment
Assignees
Labels

Comments

@keyboardbreaker
Copy link

keyboardbreaker commented Dec 10, 2019

-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)

@typehorror
Copy link

@keyboardbreaker this bug comes from your lastpass extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants