Merge pull request #18578 from grokability/#18435-fixed-currency-selection-selectbox

Fixed #18435 - correct option value for currency format selector
This commit is contained in:
snipe
2026-02-19 12:05:01 +00:00
committed by GitHub

View File

@@ -142,7 +142,7 @@
<x-input.select
name="digit_separator"
:options="['1,234.56', '1.234,56']"
:options="['1,234.56' => '1,234.56', '1.234,56'=> '1.234,56']"
:selected="old('digit_separator', $setting->digit_separator)"
style="min-width:120px"
/>