Skip to content

Commit 7a86a1c

Browse files
committed
Enable select2 for timezone picker.
- Legacy-Id: 19910
1 parent bbf088e commit 7a86a1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/meeting/tz-display.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
onclick="ietf_timezone.use('UTC')">
2828
<label class="btn btn-outline-primary" for="utc-timezone{{ id_suffix }}">UTC</label>
2929
<select id="timezone-select{{ id_suffix }}"
30-
class="tz-select form-select border-primary text-primary">
30+
class="tz-select select2-field form-select border-primary"
31+
data-max-entries="1" data-minimum-input-length="0"
32+
onchange="$('.tz-display input[name=tzradio]').prop('checked', false);">
3133
{# Avoid blank while loading. JavaScript replaces the option list after init. #}
3234
<option selected>
3335
{{ timezone }}

0 commit comments

Comments
 (0)