Commit d1b929a 1 parent 4336c17 commit d1b929a Copy full SHA for d1b929a
File tree 1 file changed +16
-12
lines changed
arches/app/templates/views/components/widgets
1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 9
9
< i data-bind ="css: {'ion-asterisk widget-label-required': node.isrequired} "> </ i >
10
10
<!-- /ko -->
11
11
< div class ="col-xs-12 resource-instance-wrapper " data-bind ="class: nodeCssClasses ">
12
- < div > Put dropdown here</ div >
12
+ < select style ="display:inline-block; "
13
+ data-bind ="
14
+ disable: false,
15
+ select2Query: {
16
+ select2Config: select2Config
17
+ },
18
+ attr: {'data-label': label}
19
+ ">
13
20
</ div >
14
21
</ div >
15
22
</ div >
21
28
< span data-bind ="text: $root.translations.placeholder "> </ span >
22
29
</ div >
23
30
< div class ="col-xs-12 pad-no crud-widget-container ">
24
- < p > Put form here</ p >
25
- </ div >
26
- </ div >
27
- < div class ="control-label ">
28
- < span data-bind ="text: $root.translations.defaultValue "> </ span >
29
- </ div >
30
- < div >
31
- < div class ="form-group ">
32
- < div class ="col-xs-12 resource-instance-wrapper ">
33
- </ div > Put content here </ div >
34
- </ div >
31
+ < input
32
+ class ="form-control input-md widget-input "
33
+ data-bind ="
34
+ attr: {placeholder: $root.translations.placeholder, 'aria-label': $root.translations.placeholder},
35
+ value: placeholder,
36
+ valueUpdate: 'keyup'
37
+ "
38
+ >
35
39
</ div >
36
40
</ div >
37
41
{% endblock config_form %}
You can’t perform that action at this time.
0 commit comments