Closed
Description
Hi,
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
-
What is the current behavior?
VFG@2.3.1 Some input fields do not display text or any other data type ( first three in the example below), but the data changes in JSON.
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
codesandbox
with pretty JSON output:
fiddle
- What is the expected behavior?
VFG@2.3.1 all input fieldes shows data.
- What is the motivation / use case for changing the behavior?
I suppose it's happening, because of the dot (.) or/and brackets ([]) operator inmodel
property inschema
(e.g.model:" mainBroker.url "
)
-
Please tell us about your environment:
- Version: [ 2.3.1]
- Browser: [ Chrome 69.0.3497.100 ]
- Language: [ES6/7]
I'm quite new in Vue.js and I hope I use VFG in proper way and I don't repeat already existed issue report.
You can change VFG version from 2.3.1 to 2.2.2. in codesandbox or jsfiddle and see the difference.