Skip to content

Commit

Permalink
test: fix failing e2e combobox test - bring back the previous default…
Browse files Browse the repository at this point in the history
… in combobox example controls
  • Loading branch information
srflp committed Oct 5, 2023
1 parent 654664c commit 933f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const comboboxControls = defineControls({
placeholder: { type: "string", defaultValue: "Type or select a country" },
inputBehavior: {
type: "select",
defaultValue: "none",
defaultValue: "autohighlight",
options: ["autohighlight", "autocomplete", "none"] as const,
},
selectionBehavior: {
Expand Down

0 comments on commit 933f641

Please sign in to comment.