Skip to content

Commit 5b80804

Browse files
committed
Update default for unit_position
1 parent 90f039d commit 5b80804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/backpex/fields/currency.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Backpex.Fields.Currency do
1616
unit_position: [
1717
doc: "Position of the unit relative to the value, either `:before` or `:after`.",
1818
type: {:in, [:before, :after]},
19-
default: :before
19+
default: :after
2020
],
2121
radix: [
2222
doc:

0 commit comments

Comments
 (0)