Skip to content

Commit

Permalink
Use Rapidez core select component (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Jan 4, 2024
1 parent 2df4edd commit 983fba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/form_fields/select.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<x-select
<x-rapidez::select
:name="$field['handle']"
:label="$field['display']"
:value="$field['old'] ?: $field['default'] ?? ''"
Expand All @@ -16,4 +16,4 @@
{{ $label }}
</option>
@endforeach
</x-select>
</x-rapidez::select>

0 comments on commit 983fba0

Please sign in to comment.