Confirmation check if button is set #456

Closed
opened 2025-02-17 09:25:25 +01:00 by RealZone22_placeholder_1p9ikid · 2 comments
RealZone22_placeholder_1p9ikid commented 2025-02-17 09:25:25 +01:00 (Migrated from git.cyanfox.de)
        <x-modal.footer>
            @if($cancel)
                <x-button wire:click="closeModal" loading="closeModal" class="w-full lg:w-1/2" :color="$cancelColor">
                    {{ $cancel }}
                </x-button>
            @endif
            @if($confirm)
                <x-button wire:click="confirmAction" loading="confirmAction" class="w-full lg:w-1/2"
                          :color="$confirmColor">
                    {{ $confirm }}
                </x-button>
            @endif
        </x-modal.footer>
```blade <x-modal.footer> @if($cancel) <x-button wire:click="closeModal" loading="closeModal" class="w-full lg:w-1/2" :color="$cancelColor"> {{ $cancel }} </x-button> @endif @if($confirm) <x-button wire:click="confirmAction" loading="confirmAction" class="w-full lg:w-1/2" :color="$confirmColor"> {{ $confirm }} </x-button> @endif </x-modal.footer> ```
RealZone22_placeholder_1p9ikid commented 2025-02-17 09:25:26 +01:00 (Migrated from git.cyanfox.de)

assigned to @RealZone22

assigned to `@RealZone22`
RealZone22_placeholder_1p9ikid commented 2025-02-26 19:34:08 +01:00 (Migrated from git.cyanfox.de)

mentioned in merge request !480

mentioned in merge request !480
RealZone22_placeholder_1p9ikid (Migrated from git.cyanfox.de) closed this issue 2025-02-26 19:35:14 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
CyanFox/Base#456
No description provided.