Tweaked buttons for accessibility
This commit is contained in:
@@ -810,7 +810,7 @@ export function FormSearchableSelect(props: {ref: string} & FormComboboxProps) {
|
||||
placeholder={local.searchPlaceholder || "Search..."}
|
||||
class="w-full p-2 border-0 border-b border-b-neutral-200 text-sm outline-hidden focus:bg-sky-50"
|
||||
/>
|
||||
<div class="max-h-[200px] overflow-y-auto">
|
||||
<div class="max-h-50 overflow-y-auto">
|
||||
<Show when={filteredOptions().length === 0}>
|
||||
<div class={DROPDOWN_NO_RESULTS}>No options found</div>
|
||||
</Show>
|
||||
|
||||
Reference in New Issue
Block a user