Línea 35... |
Línea 35... |
35 |
{ "multiple": true, "selectionId": 1, "items": [
|
35 |
{ "multiple": true, "selectionId": 1, "items": [
|
36 |
{ "label": "Item label with <strong>tags</strong>", "value": "5" },
|
36 |
{ "label": "Item label with <strong>tags</strong>", "value": "5" },
|
37 |
{ "label": "Another item label with <strong>tags</strong>", "value": "4" }
|
37 |
{ "label": "Another item label with <strong>tags</strong>", "value": "4" }
|
38 |
], "noSelectionString": "No selection" }
|
38 |
], "noSelectionString": "No selection" }
|
39 |
}}
|
39 |
}}
|
40 |
<span class="sr-only" id="{{selectionId}}-label">{{#str}}selecteditems, form{{/str}}</span>
|
40 |
<span class="visually-hidden" id="{{selectionId}}-label">{{#str}}selecteditems, form{{/str}}</span>
|
- |
|
41 |
<div id="{{selectionId}}-announcer" aria-live="polite" role="status" class="visually-hidden"></div>
|
41 |
<div{{!
|
42 |
<div{{!
|
42 |
}} class="form-autocomplete-selection w-100 {{#multiple}}form-autocomplete-multiple{{/multiple}}"{{!
|
43 |
}} class="form-autocomplete-selection w-100 {{#multiple}}form-autocomplete-multiple{{/multiple}}"{{!
|
43 |
}} id="{{selectionId}}"{{!
|
44 |
}} id="{{selectionId}}"{{!
|
44 |
}} aria-labelledby="{{selectionId}}-label"{{!
|
45 |
}} aria-labelledby="{{selectionId}}-label"{{!
|
45 |
}} role="listbox"{{!
|
46 |
}} role="listbox"{{!
|