Add back helpText on Range input
This commit is contained in:
parent
20cdc837af
commit
a5c7214533
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ L.FormBuilder.Range = L.FormBuilder.Input.extend({
|
|||
options += `<option value="${i.toFixed(digits)}" label="${i.toFixed(digits)}"></option>`
|
||||
}
|
||||
datalist.innerHTML = options
|
||||
L.FormBuilder.Input.prototype.buildHelpText.call(this)
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue