Skip to content

Commit 85919a7

Browse files
committed
Merge pull request symfony#2274 from WouterJ/issue_2273
[symfony#2273] Add valid values for currency
2 parents 35d7bc6 + a4aead0 commit 85919a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

reference/forms/types/money.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ the currency symbol that should be shown by the text box. Depending on
4444
the currency - the currency symbol may be shown before or after the input
4545
text field.
4646

47-
This can also be set to false to hide the currency symbol.
47+
This can be any `3 letter ISO 4217 code`_. You can also set this to false to
48+
hide the currency symbol.
4849

4950
divisor
5051
~~~~~~~
@@ -91,4 +92,6 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
9192

9293
.. include:: /reference/forms/types/options/invalid_message.rst.inc
9394

94-
.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc
95+
.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc
96+
97+
.. _`3 letter ISO 4217 code`: http://en.wikipedia.org/wiki/ISO_4217

0 commit comments

Comments
 (0)