wotamann / vuetify-form-base

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

Problem with label string #141

Open yann-soco opened 3 months ago

yann-soco commented 3 months ago

Hello, I have an issue regarding the label in the schema. It seems that by adding a "." in the label of a TextField causes an error while the user is typing some text in that field. For example I have a field where it's label is "Other information...". The field is well displayed but when I type some text in the TextField I have this error :

image

image

Thanks in advance !