Vue-form-generator: @2.3.1 input fields do not display text.

Created on 10 Oct 2018  路  5Comments  路  Source: vue-generators/vue-form-generator

Hi,

  • I'm submitting a ...

    • [x] 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?
    [email protected] 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?
    [email protected] 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 in model property in schema (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.

bug

All 5 comments

This looks like a major breaking change to me.

v2.3.1 : broken (https://jsfiddle.net/8cxh1nyg/1)
v2.3.0 : working (https://jsfiddle.net/8cxh1nyg/2)

@lionel-bijaoui Could this be caused by lodash-webpack-plugin ? (https://github.com/vue-generators/vue-form-generator/compare/v2.3.0...v2.3.1)

@qkdreyer I have no idea 馃槗

Should be fixed in the next release
@zoul0813 Can you do it ?

should be fixed in 2.3.2

Was this page helpful?
0 / 5 - 0 ratings