hiddenLabel
Optional. Adds a hidden label for a Combo box input that will be used while sending a form to the server
hiddenLabel?: boolean;
Example
const combo = new dhx.Combobox("combo_container",{
hiddenLabel:true
});
Optional. Adds a hidden label for a Combo box input that will be used while sending a form to the server
Example
const combo = new dhx.Combobox("combo_container",{
hiddenLabel:true
});