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> |
||
|---|---|---|
| .. | ||
| applications | ||
| emails | ||
| forms | ||
| 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 | ||
| 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 | ||
| 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 | ||