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