Skip to content

Commit aa09c8d

Browse files
committed
[#10788] fix disappearing combobox when using back navigation
1 parent 4683933 commit aa09c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/instructeurs/select_procedure_drop_down_list_component/select_procedure_drop_down_list_component.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= form_with url: url_for([:select_procedure, :instructeur, :procedures]),
22
class: 'ml-auto',
33
id: 'select-procedure-drop-down-list-component',
4-
data: { turbo: true, controller: 'autosubmit' } do
4+
data: { turbo: false, controller: 'autosubmit' } do
55

66
.flex.align-center
77
= label_tag :procedure_id, t('.label'), class: 'fr-label font-weight-bold fr-mr-2w', id: 'select-procedure-drop-down-list-label', for: 'select-procedure-drop-down-list'

0 commit comments

Comments
 (0)