Hi,
Let’s say I have a form with two fields. Each field value format is to be validated independently, as usual, BUT, a third validation needs to occur, which is for the string concatenation of those two fields values.
I’m not seeing how I can integrate this with webix form rules, in a way that provides the standard UI validation feedback (red highlighting) matching all 3 cases (highlight one or the other field, or both). I guess I could use messages in the validation routines for additional feedback, but I’d like to know if this is doable only with the built-in highlighting.
Hints?
Thanks.