On the SWF side, the TextInput is actually a flash.display.TextField and it is that thing that needs to be disabled, not the UIBase element ($displayObject). The FlexJS TextInput, on the SWF side, has a TextInputView which creates the TextField that's used for the actual input. So the DisableBead needs to disable the TextField and not the element wrapper's $displayObject.
This is assuming you'd want the capability to disable TextInput fields. I could also write a bead that makes a TextInput not editable. ‹peter On 1/11/17, 4:29 PM, "piotrz" <[email protected]> wrote: >Hi Peter, > >I'm not sure whether I understand - what are you going to do with this >textField field ? > >Piotr > > > >----- >Apache Flex PMC >[email protected] >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-DisableBead-tp >58180p58181.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.
