Skip to content

Commit 03759e9

Browse files
committed
Allow filtering of timezone selection list. Fixes #898
1 parent fe22864 commit 03759e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/events/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<!-- Field: Timezone -->
4444
<%= f.input :timezone, as: :time_zone, field_lock: true, priority: priority_time_zones,
45-
input_html: { title: t('events.hints.timezone') } %>
45+
input_html: { class: 'js-select2', title: t('events.hints.timezone') } %>
4646

4747
<!-- Field: Duration -->
4848
<%= f.input :duration, as: :string, input_html: { title: t('events.hints.duration') } %>

0 commit comments

Comments
 (0)