Skip to content

Commit

Permalink
Update ObjectPublishing.rst
Browse files Browse the repository at this point in the history
- follow character limit
- change phrasing
  • Loading branch information
jugmac00 committed Mar 26, 2018
1 parent 549c1ca commit bf1b537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/zdgbook/ObjectPublishing.rst
Expand Up @@ -926,7 +926,10 @@ Record marshalling provides you with the ability to create complex
forms. However, it is a good idea to keep your web interfaces as
simple as possible.

Please note, that records do not work with input fields of type radio as you would expect, as all radio fields with the same name are considered as one group - even if they are in different records. That means, activating one radio button will also deactivate all other radio buttons from the other records.
Please note, that records do not work with input fields of type radio as you
might expect, as all radio fields with the same name are considered as one
group - even if they are in different records. That means, activating one radio
button will also deactivate all other radio buttons from the other records.

Exceptions
----------
Expand Down

0 comments on commit bf1b537

Please sign in to comment.