helpMessage
adds an icon with a question mark next to the Combo input
helpMessage?: string;
Example
var combobox = new dhx.Combobox("combo_container",{
helpMessage:"Some text"
});
The property is useful while using Combobox in Form.
Change log:
added in v6.4