We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9f65e commit a967dbfCopy full SHA for a967dbf
resources/css/app.css
@@ -71,7 +71,7 @@
71
}
72
73
[data-flux-description] {
74
- @apply mb-5;
+ @apply mb-1;
75
@apply text-base text-cds-dark-silver dark:text-neutral-400;
76
77
resources/views/components/cds/select.blade.php
@@ -9,13 +9,7 @@
9
@endphp
10
11
<flux:select :$label :$badge :$attributes>
12
- <flux:select.option
13
- value=""
14
- label="Select an option"
15
- disabled
16
- selected
17
- hidden
18
- />
+ <flux:select.option value="" label="" />
19
@foreach ($options as $value => $text)
20
<flux:select.option :$value :label="$text" />
21
@endforeach
0 commit comments