Any reason TextInput doesn't use CanFixIndistinctState?

creating and using the following class works in my limited testing, wondered if there was a reason?
class NewTextInput extends TextInput
{
    use CanFixIndistinctState;
}
Was this page helpful?