Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 8ed8fb2

Browse files
committed
Add tailwind class group
1 parent c69f076 commit 8ed8fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/custom-select-option.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
x-bind:class="optionClasses(option, index)"
77
x-bind:role="isOptgroup(option) ? null : 'option'"
88
x-bind:aria-selected="isOptgroup(option) ? false : (index === focusedOptionIndex)"
9-
class="custom-select__option"
9+
class="custom-select__option group"
1010
>
1111
{{-- "optgroup" --}}
1212
<template x-if="isOptgroup(option)">

0 commit comments

Comments
 (0)