Skip to content

Commit

Permalink
fix(GovAlta#1957): date picker year selection not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
syedszeeshan committed Jul 2, 2024
1 parent 5806eaf commit 7ecdb69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
`}
data-testid="input"
bind:this={_inputEl}
value={_selectedOption?.label || _selectedOption?.value || ""}
value={_selectedOption?.label ?? _selectedOption?.value ?? ""}
type="text"
role="combobox"
autocomplete="off"
Expand Down

0 comments on commit 7ecdb69

Please sign in to comment.