vue-generators / vue-form-generator

:clipboard: A schema-based form generator component for Vue.js
MIT License
3k stars 530 forks source link

Cleave field should return raw value or have an option for that #607

Open k8n opened 5 years ago

k8n commented 5 years ago

Cleave docs say to use getRawValue to get the value suitable for backend use.

As is now, the field returns the formatted value, which may be inconvenient.

https://github.com/vue-generators/vue-form-generator/blob/721a4eebbde77040a1318e60aa9ef21229bbcf99/src/fields/optional/fieldCleave.vue#L64

zoul0813 commented 5 years ago

If anything, this should definitely be an option.