Skip to content

Commit

Permalink
fixing styled
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Oct 10, 2023
1 parent 403d693 commit 2fca332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Enums/Examples/Ui/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Select
HTML;

public const STYLED_ADVANCED = <<<'HTML'
<x-select wire:model="value" :options="[
<x-select.styled wire:model="value" :options="[
['label' => 'TALL', 'value' => 1],
['label' => 'LIVT', 'value' => 2],
]" select="label:label|value:value" />
Expand All @@ -48,7 +48,7 @@ class Select
HTML;

public const STYLED_SEARCHABLE = <<<'HTML'
<x-select wire:model="value" :options="[
<x-select.styled wire:model="value" :options="[
['label' => 'TALL', 'value' => 1],
['label' => 'LIVT', 'value' => 2],
]" select="label:label|value:value" searchable />
Expand Down

0 comments on commit 2fca332

Please sign in to comment.