Form: I’d like to provide an additional info for each field in the form, which may include:
Purpose of the field
Valid values definition
Examples of valid/invalid values
Usage scenario
What is the best way to provide help per-field level?
Currently I use property “placeholder”, but it’s not as informative, as, for example, a dedicated icon, close to field prompt, with a tooltip for each field.
On tooltip I’d like to be able to use html formatting.
The only disadvantage - it can’t use html code inside of tooltip.
It possible to use webix tooltip, but it can’t be defined directly from markup, some js code is necessary.