add data for field pipe and keepCharPositions
This commit is contained in:
parent
6bcf7dee28
commit
650781c759
@ -25,6 +25,8 @@ export default {
|
|||||||
showError: false,
|
showError: false,
|
||||||
showValid: false,
|
showValid: false,
|
||||||
mask: inputValidations[this.validation].mask,
|
mask: inputValidations[this.validation].mask,
|
||||||
|
pipe: inputValidations[this.validation].pipe || undefined,
|
||||||
|
keepCharPositions: inputValidations[this.validation].keepCharPositions || false,
|
||||||
renderedValue: this.value
|
renderedValue: this.value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user