We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
input_update(datalist)
datalist
input()
1 parent 1bffef1 commit fc99bdeCopy full SHA for fc99bde
webiojs/src/models/input/input.ts
@@ -11,7 +11,7 @@ const common_input_tpl = `
11
<div class="form-group">
12
{{#label}}<label for="{{id_name}}">{{label}}</label>{{/label}}
13
{{#action}}<div class="input-group">{{/action}}
14
- <input type="{{type}}" id="{{id_name}}" aria-describedby="{{id_name}}_action_btn" {{#datalist}}list="{{id_name}}-list"{{/datalist}} class="form-control" >
+ <input type="{{type}}" id="{{id_name}}" aria-describedby="{{id_name}}_action_btn" list="{{id_name}}-list" class="form-control" >
15
<datalist id="{{id_name}}-list">
16
${datalist_tpl}
17
</datalist>
0 commit comments