Skip to content

Flutter Web: Single-line text <input> elements require all options for the type (not just type="text") (Accessibility) #162130

@jcollins-disney

Description

@jcollins-disney

Use case

The following data types are available for single-line text <input> elements:

  • email
  • password
  • search
  • tel
  • text (default value)
  • url

Proposal

The following values for the <input> type attribute must be available for single-line text components/widgets:

  • email
  • password
  • search
  • tel
  • url

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Fluttercustomer: castawayplatform-webWeb applications specificallyteam-webOwned by Web platform teamtriaged-webTriaged by Web platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions