389e1856 | 26-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
fix: prevent two selected options, b/c apparently 'String' == 0
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option we
fix: prevent two selected options, b/c apparently 'String' == 0
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option were selected.
show more ...
|