Skip to content

Commit

Permalink
Merge pull request #2574 from NDLANO/fix-subject-combobox-selection-b…
Browse files Browse the repository at this point in the history
…ehavior

SubjectCombobox: selectionBehavior to preserve
  • Loading branch information
katrinewi authored Oct 31, 2024
2 parents 8a0ac97 + 512b18f commit c505e39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const SubjectCombobox = ({
setValue(details.value);
setFilterSubject(details.items[0]);
}}
selectionBehavior="preserve"
>
<ComboboxLabel srOnly>{placeholder ?? t("welcomePage.chooseSubject")}</ComboboxLabel>
<ComboboxControl>
Expand Down

0 comments on commit c505e39

Please sign in to comment.