Open k8n opened 5 years ago
Cleave docs say to use getRawValue to get the value suitable for backend use.
getRawValue
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
If anything, this should definitely be an option.
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