Hi there
I have a validation on my custom node using validate: function(value) {} in the HTML
However, I would like to give some more information about what exactly is wrong with the input when hovering on the red triangle.
Currently it only tells you which input is wrong, but this input is an editable list that can potentially have a lot of entries, I would like to be able to write a custom message explaining what exactly is wrong.
I thought about doing a node.warn() or node.error() but I dont think I can do this in the HTML.
Any ideas?
Thanks in advance