Skip to content

Commit

Permalink
[#10788] fix disappearing combobox when using back navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagn committed Jan 17, 2025
1 parent d0e7330 commit bfa62eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= form_with url: url_for([:select_procedure, :instructeur, :procedures]),
class: 'ml-auto',
id: 'select-procedure-drop-down-list-component',
data: { turbo: true, controller: 'autosubmit' } do
data: { turbo: false, controller: 'autosubmit' } do

.flex.align-center
= 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'
Expand Down

0 comments on commit bfa62eb

Please sign in to comment.