Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple

This commit is contained in:
Baptiste Mispelon 2013-04-07 10:37:38 +02:00 committed by Claude Paroz
parent 3f05c70be0
commit 844fbc85c1
4 changed files with 10 additions and 4 deletions

View file

@ -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