summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-04-07 10:37:38 +0200
committerClaude Paroz <claude@2xlibre.net>2013-04-13 11:09:47 +0200
commit844fbc85c1d419ed7ecbb7208bd392c1770ea72d (patch)
tree2138cb0b0d8a8a1af3c7b5ec049caa2d64bb7c2f /docs/ref/forms
parent3f05c70be065fd915d2cddc1e7f74d1d4cb1e54e (diff)
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/widgets.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 7218e41082..45d9e8a4dc 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -648,6 +648,11 @@ Selector and checkbox widgets
...
</ul>
+.. versionchanged:: 1.6
+
+The outer ``<ul>`` container will now receive the ``id`` attribute defined on
+the widget.
+
.. _file-upload-widgets:
File upload widgets