coolify/app/View/Components/Forms
Andras Bacsai 837a0f4545 Merge branch 'next' into andrasbacsai/livewire-model-binding
Resolved merge conflicts between Livewire model binding refactoring and UI/CSS updates from next branch. Key integrations:

- Preserved unique HTML ID generation for form components
- Maintained wire:model bindings using $modelBinding
- Integrated new wire:dirty.class styles (border-l-warning pattern)
- Kept both syncData(true) and validateDockerComposeForInjection in StackForm
- Merged security tests and helper improvements from next

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 11:05:29 +02:00
..
Button.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
Checkbox.php Fix wire:model warnings and ensure truly unique HTML IDs 2025-10-14 10:32:49 +02:00
Datalist.php Fix wire:model warnings and ensure truly unique HTML IDs 2025-10-14 10:32:49 +02:00
Input.php Fix wire:model warnings and ensure truly unique HTML IDs 2025-10-14 10:32:49 +02:00
Select.php Fix wire:model warnings and ensure truly unique HTML IDs 2025-10-14 10:32:49 +02:00
Textarea.php Merge branch 'next' into andrasbacsai/livewire-model-binding 2025-10-16 11:05:29 +02:00