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
..
applications
emails
forms Fix wire:dirty indicator appearing on readonly fields without wire:model binding 2025-10-16 11:09:39 +02:00
notification
resources
security
server
services
settings
status
team
banner.blade.php
boarding-progress.blade.php
boarding-step.blade.php
callout.blade.php
chevron-down.blade.php
confirm-modal.blade.php
domain-conflict-modal.blade.php
dropdown.blade.php
environment-variable-warning.blade.php
external-link.blade.php refactor(links): replace inline SVGs with reusable external link component for consistency and improved maintainability 2025-08-12 15:01:58 +02:00
git-icon.blade.php
helper.blade.php
highlighted.blade.php
internal-link.blade.php
layout-simple.blade.php
layout.blade.php
limit-reached.blade.php
loading-on-button.blade.php
loading.blade.php
modal-confirmation.blade.php
modal-input.blade.php
modal.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
navbar.blade.php
page-loading.blade.php
popup-small.blade.php
popup.blade.php
pricing-plans.blade.php
resource-view.blade.php
slide-over.blade.php
toast.blade.php
use-magic-bar.blade.php
version.blade.php