-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#19564Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsfound in release: 1.20Found to occur in 1.20Found to occur in 1.20frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specifically
Milestone
Description
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 listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsfound in release: 1.20Found to occur in 1.20Found to occur in 1.20frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specifically