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 06c6964 commit abd8579
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 abd8579

Please sign in to comment.