add caret to combobox
This commit is contained in:
parent
1ae0e14e42
commit
7f71f83a59
3 changed files with 26 additions and 0 deletions
|
@ -16,6 +16,7 @@ export const LocalePicker: Component<LocalePickerProps> = (props) => {
|
|||
value={locale()}
|
||||
setValue={setLocale}
|
||||
values={locales}
|
||||
showCaret={false}
|
||||
>
|
||||
{(locale, { flag, label }) => <Dynamic component={flag} lang={locale} aria-label={label} class={css.flag} />}
|
||||
</ComboBox>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue