hiddenLabel
Optional. Adds a hidden label for a Combo box input that will be used while sending a form to the server
hiddenLabel?: boolean;
Default value: false
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
Default value: false
Example
const combo = new dhx.Combobox("combo_container",{
hiddenLabel:true
});