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 ui(components): adjust SVG icon sizes for consistency across applications and services 2025-10-01 18:43:21 +02:00
emails
forms Fix wire:dirty indicator appearing on readonly fields without wire:model binding 2025-10-16 11:09:39 +02:00
notification feat: add custom webhook notification support 2025-10-10 15:37:00 +02:00
resources
security feat: add cloud-init scripts management UI in Security section 2025-10-11 12:42:09 +02:00
server improved hetzner features 2025-10-09 12:53:57 +02:00
services ui(components): adjust SVG icon sizes for consistency across applications and services 2025-10-01 18:43:21 +02:00
settings
status fix(css): remove unnecessary tracking classes from status components for consistency 2025-10-09 16:38:40 +02:00
team
banner.blade.php
boarding-progress.blade.php feat(onboarding): add Hetzner integration and fix navigation issues 2025-10-12 18:52:45 +02:00
boarding-step.blade.php feat(onboarding): add Hetzner integration and fix navigation issues 2025-10-12 18:52:45 +02:00
callout.blade.php
chevron-down.blade.php
confirm-modal.blade.php
domain-conflict-modal.blade.php
dropdown.blade.php ui(core): update projects property type and enhance UI styling 2025-10-01 08:23:35 +02:00
environment-variable-warning.blade.php refactor(ui): improve styling and consistency in environment variable warning and docker cleanup components 2025-09-25 11:45:07 +02:00
external-link.blade.php
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 basics of adding / removing hetzner servers 2025-10-09 10:41:29 +02:00
modal-input.blade.php fix(css): update focus styles for Checkbox and modal input components to enhance accessibility 2025-10-09 16:53:46 +02:00
modal.blade.php
navbar.blade.php refactor(navbar, app): improve layout and styling for better responsiveness 2025-10-08 19:50:06 +02:00
page-loading.blade.php feat: lazy load stuffs + tell user if compose based deployments have missing envs 2024-04-15 14:23:25 +02:00
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