I have a text field(stateless widget) and a set of radio buttons(Stateful widget). This text field displays different data, depending on the item selected in the radio button.
In such a case, the property of the text field is changing. So what will we say about its state? stateful? or still stateless?