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
546 stars 155 forks source link

filling strings with examples requires a full re-entry #307

Open satra opened 2 years ago

satra commented 2 years ago

if a string property has examples, filling it with a value and then try to modify that value is awkward. the string value cannot be edited directly (e.g., adding or removing characters). it needs be deleted and replaced.

so going from abcd to abcde will not work without deleting the abcd entry and then typing abcde

albanm commented 2 years ago

Ok, I will try to improve user interaction here.