When an input is invalid, the field turns red but we can go further... Only certain entries have a tooltip that appears to show the error to the user which is more practical than "invalid field".
Unfortunately, as I said, there are only a few entries that use it and I want to fix it.
There are two ways to trigger a tooltip:
From node properties
Currently only inputs NOT builded with typedInput support tooltip.
I added support for inputs built with typedInput in #4449 and took the opportunity to add a tooltip to the field type (typeField) in #4450.
From jQuery
All that's left is built-in jQuery support to use the tooltip in a container like the inject node.
Are you interested?
@knolleary, regarding backwards compatibility, I just have to be careful to return a boolean for .typedInput("validate") method?