Update input.blade.php and health-checks.blade.php

This commit is contained in:
Andras Bacsai
2024-04-29 12:54:36 +02:00
parent 11baa97ef6
commit 2644efd9f7
2 changed files with 10 additions and 7 deletions

View File

@@ -41,6 +41,7 @@
wire:dirty.class.remove='dark:focus:ring-coolgray-300 dark:ring-coolgray-300'
wire:dirty.class="dark:focus:ring-warning dark:ring-warning" wire:loading.attr="disabled"
type="{{ $type }}" @disabled($disabled)
min="{{ $attributes->get('min') }}" max="{{ $attributes->get('max') }}"
@if ($id !== 'null') id={{ $id }} @endif name="{{ $name }}"
placeholder="{{ $attributes->get('placeholder') }}">
@endif