Files
coolify/resources/views/components
Andras Bacsai a5c6f53b58 Fix wire:dirty indicator appearing on readonly fields without wire:model binding
The wire:dirty.class was being applied to all form inputs, even those without
wire:model bindings (like readonly fields). This caused the dirty state indicator
to appear on readonly fields when other fields in the form were modified.

Fixed by only applying wire:dirty.class when wire:model binding is present:
- input.blade.php: Moved wire:dirty.class inside @if($modelBinding !== 'null')
- textarea.blade.php: Applied same fix for all textarea variations
- select.blade.php: Applied same fix for select elements

This ensures only fields with actual Livewire bindings show dirty state indicators.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 11:09:39 +02:00
..
2023-12-07 19:06:32 +01:00
2025-10-09 12:53:57 +02:00
2025-09-22 23:38:36 +05:30
2023-08-11 20:19:42 +02:00
2024-03-24 16:00:25 +01:00
2023-08-11 20:19:42 +02:00
2024-03-28 12:30:06 +01:00
2023-08-29 16:31:46 +02:00
2023-08-29 16:31:46 +02:00
2024-03-24 16:00:25 +01:00
2024-03-25 10:41:44 +01:00