install
This commit is contained in:
15
resources/views/vendor/filament/components/input/select.blade.php
vendored
Normal file
15
resources/views/vendor/filament/components/input/select.blade.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@props([
|
||||
'inlinePrefix' => false,
|
||||
'inlineSuffix' => false,
|
||||
])
|
||||
|
||||
<select
|
||||
{{
|
||||
$attributes->class([
|
||||
'fi-select-input',
|
||||
'fi-select-input-has-inline-prefix' => $inlinePrefix,
|
||||
])
|
||||
}}
|
||||
>
|
||||
{{ $slot }}
|
||||
</select>
|
||||
Reference in New Issue
Block a user