For a leaf in a list, i have
-- validation done using yang
-- validation done using application (tailf:validate )
When both exists, which validation gets triggered first.
Basically, my use case is.
-- use Yang to compare the entered items in the list item level.
-- use application validation to check against all the list items.
I dont see consistent behavior on what gets triggered 1st or last.