We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unit_position
1 parent 90f039d commit 5b80804Copy full SHA for 5b80804
lib/backpex/fields/currency.ex
@@ -16,7 +16,7 @@ defmodule Backpex.Fields.Currency do
16
unit_position: [
17
doc: "Position of the unit relative to the value, either `:before` or `:after`.",
18
type: {:in, [:before, :after]},
19
- default: :before
+ default: :after
20
],
21
radix: [
22
doc:
0 commit comments