Skip to content
Snippets Groups Projects
Commit 332ad09b authored by Alex Penczko's avatar Alex Penczko
Browse files

[BUGFIX] remove aria label with typo

parent 080a511d
No related branches found
Tags 8.1.1
No related merge requests found
<div class="sg-video-filter-container"> <div class="sg-video-filter-container">
<label class="form-label" for="{pluginId}__{filter.name}__duration"> <label class="form-label" for="{pluginId}__{filter.name}__duration">
<select class="form-select form-select-md" aria-label=".form-select-md duration" <select class="form-select form-select-md"
id="{pluginId}__{filter.name}__duration" name="{pluginId}__{filter.name}__duration"> id="{pluginId}__{filter.name}__duration" name="{pluginId}__{filter.name}__duration" autocomplete="off">
<option selected>{f:translate(key: filter.label)}</option> <option selected>{f:translate(key: filter.label)}</option>
<f:for each="{filter.options}" as="option"> <f:for each="{filter.options}" as="option">
<option value="{option.value}" {f:if(condition: '{filterValues.{filter.name}.duration} == {option.value}', then: 'selected')}>{f:translate(key: option.label)}</option> <option value="{option.value}" {f:if(condition: '{filterValues.{filter.name}.duration} == {option.value}', then: 'selected')}>{f:translate(key: option.label)}</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment