wotamann / vuetify-form-base

Schema-based Form Generator - Vue.js 2.0 Component based on Vuetify 2.0
https://wotamann.github.io/vuetify
231 stars 63 forks source link

Bug: When property names are numeric strings, strange things happen #84

Closed ewrayjohnson closed 3 years ago

ewrayjohnson commented 3 years ago

When a schema specifies an array of objects and the model for the array is either null or an empty array, then 8 thin horizontal rows appear appear.

ewrayjohnson commented 3 years ago

Turns out this is another incarnation of a non-working workaround for another bug I reported: https://github.com/wotamann/vuetify-form-base/issues/82