45082b9e | 22-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: remove multi-select handling -> make PR later
We currently throw an exception with setting the multiple-attribute is attempted. If we want to implement this functionality, it might be more sens
fix: remove multi-select handling -> make PR later
We currently throw an exception with setting the multiple-attribute is attempted. If we want to implement this functionality, it might be more sensible to make an extra commit for that.
show more ...
|
238a072b | 12-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add support for optgroup-tags for select-fields
In more complex selects we may want to group options by some criteria. HTML has the <optgroup>-tag for that purpose.
However in Order to not duplicat
Add support for optgroup-tags for select-fields
In more complex selects we may want to group options by some criteria. HTML has the <optgroup>-tag for that purpose.
However in Order to not duplicate code, I've to move the handling of options to the OptGroup-Class completely.
Known Issues: ------------- * We may have more than one option with the same value and therefore more than one option may be marked as selected.
show more ...
|
a453c16b | 18-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Form: more flexible label handling #1312
You now can add labels that don't wrap around inputs, but you have to ensure IDs are properly assigned yourself.
The Label class has been renamed to LabelEl
Form: more flexible label handling #1312
You now can add labels that don't wrap around inputs, but you have to ensure IDs are properly assigned yourself.
The Label class has been renamed to LabelElement to reflect the naming scheme of the other elements.
show more ...
|