additional params to fs:option tag are lost
Status: Beta
Brought to you by:
mrkatana
All additional parameters passed to the fs:option tag
do not appear in the generated html code.
<option value="" disabled="disabled">- please choose
-</option>
shows up as
<option label="- please choose -" value="">- please
choose -</option>
for example