Skip to content

[web]: text entry TextCapitalization.words doesn't work on flutter web #43929

@jdeltoft

Description

@jdeltoft

It looks like textCapitalization doesn't support TextCapitalization.words on the web.

MyCustomTextField(
        controller: _nameController[index],
        keyboardType: TextInputType.visiblePassword,
        onChanged: (value) => _handleNameChange(value,index),
        textCapitalization: TextCapitalization.words,  // bug??
        autoFocus: false,
        icon: Icon(Icons.tune),
        hint: "Name of Slider Switch",
      )

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsfound in release: 1.20Found to occur in 1.20frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specifically

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions