You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2017/08/03 21:14:00 UTC

[jira] [Commented] (FLEX-35347) Add property "value" to MDL CheckBox

    [ https://issues.apache.org/jira/browse/FLEX-35347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16113504#comment-16113504 ] 

Piotr Zarzycki commented on FLEX-35347:
---------------------------------------

Add 04045d39edefa636babe52760abadd45c95ce8af 

> Add property "value" to MDL CheckBox
> ------------------------------------
>
>                 Key: FLEX-35347
>                 URL: https://issues.apache.org/jira/browse/FLEX-35347
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.8.0
>            Reporter: Piotr Zarzycki
>            Assignee: Piotr Zarzycki
>             Fix For: Apache FlexJS 0.9.0
>
>
> MDL CheckBox should have property "value" which will stored some additional information.
> MDL FlexJS
> {code}
> <mdl:CheckBox id="mdlchk" text="My CheckBox" value="CheckBox Description"/>
> {code}
> After transition
> {code}
> <label class="mdl-checkbox mdl-js-checkbox is-upgraded" id="mdlchk" data-upgraded=",MaterialCheckbox">
>      <input type="checkbox" class="mdl-checkbox__input" value="CheckBox Description">
>      <span class="mdl-checkbox__label">My CheckBox</span>
> </label>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)