feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

TextInput promptTextRenderer has no stateContext added #1821

Open divlaine opened 1 year ago

divlaine commented 1 year ago

There are some theme cases when we need to change prompt fontStyle in different TextInput states. promptTextRenderer has neccesary support, but after statechange no change. After some searching I found that there is no stateContext added to it. So my propose is to add in createPrompt function IStateObserver(this.promptTextRenderer).stateContext = this;