fix: update password field binding in config modal and add test for saving password values

This commit is contained in:
Benjamin Nussbaum 2026-01-23 19:54:10 +01:00
parent ffd1cf0d7e
commit f42dc03247
2 changed files with 28 additions and 1 deletions

View file

@ -240,7 +240,7 @@ new class extends Component
<flux:description>{!! $safeDescription !!}</flux:description>
<flux:input
type="password"
wire:model="local_configuration.{{ $fieldKey }}"
wire:model="configuration.{{ $fieldKey }}"
value="{{ $currentValue }}"
viewable
/>