Search Results

0
votes
1answer
187 views

Flex: Getting a variable from your regular component to an inline item renderer

I am trying to turn labels red when they can no longer be added to a list because of size requirements. The renderer works but Flex creates a separate component. I can't think of any good way to ge …