History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STS-280
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Fennell
Reporter: Tim Fennell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Stripes

multiple attribute of stripes:select should accept boolean values like disabled and readonly

Created: 05/Oct/06 05:20 PM   Updated: 05/Oct/06 06:15 PM
Component/s: Tag Library
Affects Version/s: Release 1.4.1
Fix Version/s: Release 1.4.2


 Description  « Hide
<stripes:select multiple='"/> should accept a boolean value and then emit the HTML attribute, or not, as appropriate.

 All   Comments   Change History      Sort Order:
Tim Fennell [05/Oct/06 06:15 PM]
Fixed. If the value is the empty string, the literal "multiple" or a value that can be coerced to true, it will render multiple="multiple", otherwise it will not output the attribute at all.