Check pristine flags in component template #3297
-
I'm not sure how to even ask about this, I hope I'm clear enough, but I'm facing an issue when trying to show a warning as per pristine flag:
When component is mounted I'm getting The
I also tried using a computed property but it faces an issue where nothing is returned.
Any advice about checking flags will be appreciated. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind, just too tired and trying to re-invent the wheel.
Feel free to close this discussion. |
Beta Was this translation helpful? Give feedback.
Never mind, just too tired and trying to re-invent the wheel.
I've realized that it can be easily done by using pristine prop within validationProvider since the warning is directly related to a multi-select.
So this is the way:
Feel free to close this discussion.