koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Getting the value from a custom field propriety into the model #342

Closed LeQu4ck closed 2 years ago

LeQu4ck commented 2 years ago

So, I'm currently working on a form and I set up some custom properties for fields. I need these custom properties so I can use them forward when I'm gonna insert this information into a database. The schema of the fields is something like this: image Now what I need to do is to get in the model the 'fieldID' property for each completed field. image So where it says "titlu":"z", it should be something like this {"titlu": "z", "fieldID"=1}. Is there any way to get that "fieldID" inside the model?