Skip to content

TextInput promptTextRenderer has no stateContext added #1821

Open
@divlaine

Description

@divlaine

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions