Hi, As I'm slowly moving forward on Royale, I'm adapting my code more Royale way.
In the old Flex way, the controls (TextInput and so on) end up with a lot of bloatware to face many possible functionalities, my own controls of the last layer have exactly the same issue. For example, I have several LOV controls and each other have many, many lines of codes for specific scenarios. I'm started now with Beads on my own controls (strands). The goal is to end up with very small components and many beads. So I'm extending from Bead and using the helper function listenOnStrand (usefully) but it's missing the opposite, so I added it pull a request: https://github.com/apache/royale-asjs/pull/923
