question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automated filling of form fields not reflected in model

See original GitHub issue

Describe the bug When I fill fields in an automated way, the model doesn’t get updated. Only when I manually type in the text input does the data get added to the model.

Video 2021-03-12 17 19 54

To Reproduce Steps to reproduce the behavior:

  1. Open the example sandbox app
  2. Install the JunkFill Chrome extension to simulate the autofill.
  3. While on the sandbox page, click the JunkFill extension icon.
  4. Inspect the modelValue with Vue devtools and you will see that it doesn’t reflect the text inputs.
  5. Then type manually into the text inputs, you will then see it reflected in the modelValue

Expected behavior I would expect the input data to show up in the model no matter how it is entered into the input, whether it be automated or manual entry.

System Info

  • FormVueLate version: 2.2.1
  • plugins being used with versions: none

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
marina-mosticommented, Mar 15, 2021

The beta is pretty stable now I think, if you wanna check out the migration guide I have a PR open you can look at. It’s pretty straight forward

0reactions
timsaysheycommented, Mar 15, 2021

Awesome! Yes, I see it working in your V3 demo - I’ll see if I can get my app upgraded to work with the V3 beta

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why are my PDF forms not showing filled in form fields unless ...
Open the PDF with Adobe Acrobat Reader · Click a field that contains data you can't see normally and select all text (Command+A...
Read more >
Fix the common issues in fillable forms in Acrobat or Reader
If the form doesn't have interactive form fields, open the form in Acrobat 9 (any version) and choose Forms > Add Or Edit...
Read more >
Designing forms for auto field detection in Adobe® Acrobat®
Use Form Editing mode to add, edit, or delete fields. If auto field detection does not run on a particular form, review these...
Read more >
How to auto-fill fields while updating django forms?
I guess you are using crispy forms, so according to this question here They are rendering the forms using {% crispy form %}...
Read more >
PDF Forms: Inserting an Automatic Date Field - UW-Eau Claire
The javascript is applied to the page. Therefore, you must be out of Form Editing mode. If you are not out of Form...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found