mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-26 15:30:15 +00:00
🌐 Replace language-selector component, introduce livewire:language.selector and enhance sidebar with dynamic language and country selection options
This commit is contained in:
@@ -23,7 +23,7 @@ new class extends Component {
|
||||
|
||||
<div>
|
||||
<flux:select variant="listbox" searchable placeholder="{{ __('Wähle dein Land...') }}"
|
||||
wire:model.live.debounce="currentCountry" label="{{ __('Land') }}">
|
||||
wire:model.live.debounce="currentCountry">
|
||||
<x-slot name="search">
|
||||
<flux:select.search class="px-4" placeholder="{{ __('Suche dein Land...') }}"/>
|
||||
</x-slot>
|
||||
|
||||
Reference in New Issue
Block a user