Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Unable to load data submitted data on formRenderer using v-model #73

Open
abhimanusharma opened this issue Nov 26, 2020 · 13 comments
Open

Comments

@abhimanusharma
Copy link
Contributor

Hi,

my formInputData = {
"test": "test value"
}

This is my render html

<FormRenderer v-if="formData && formInputData" v-model="formInputData" :form-configuration="formData" />

Form render is opening but previous submitted data is not populating on the fileds.

@jomellelastrilla
Copy link

same problem here? any solution in this one?

@abhimanusharma
Copy link
Contributor Author

unable to pre populate data on formrenderer.

@jomellelastrilla
Copy link

will follow this. I have the same problem. checking on FormRenderer props it's removing the values on the v-model when binded. =(

@Welfordian
Copy link

Any followup on this? I'm having the same problem.

@abhimanusharma
Copy link
Contributor Author

@sethsandaru bro what's the plan on this with new release?

@sethsandaru
Copy link
Owner

@abhimanusharma hey, long time, is the problem still around? I didn't get that. Could you please provide the steps to reproduce with your configuration? Thanks

@abhimanusharma
Copy link
Contributor Author

Sure will do it.

@araromirichard
Copy link

any update this @abhimanusharma @sethsandaru ???

@sethsandaru
Copy link
Owner

@karosaxy could you share your problem?

@araromirichard
Copy link

how do we submit the formInputData

@spandana-priya1997
Copy link

Facing the same problem.Please look into this issue.

@araromirichard
Copy link

sad that up till now, no response on this issue

@tommykamkcm
Copy link

@araromirichard I guess you need to make sure the formData is fully loaded before loading the formInputData
let's try the following and see if it works for you! (btw, it works for me)

...
async mounted() {
    await this.getFormData(); // which does `this.formData = { ... }`
    await this.getFormInputData(); // which does `this.formInputData = { ... }`
},
...

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

No branches or pull requests

7 participants