Hello, i observe a strange behavior when i try extend label component to do a character counter. I try pass to my comp something like this:
<com:MyLabel max="{myTextArea.lenght}" />
max is a custom property, i create getter and setter for this.
But if i use direct value, without bind everything work, like this:
<com:MyLabel max="{myTextArea.lenght}" />
Why custom components doesn't accept bind to properties and flex sdk
comps accept?
What can i do to make this work?
Thanks

