Commit 2cd2a74e authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Add emailAddress, url TextInputTypes (#10471)

Adds support for requesting keyboards optimised for email address and URL entry.
parent 7c68cf50
...@@ -26,6 +26,12 @@ enum TextInputType { ...@@ -26,6 +26,12 @@ enum TextInputType {
/// Optimize for date and time information. /// Optimize for date and time information.
datetime, datetime,
/// Optimize for email addresses.
emailAddress,
/// Optimize for URLs.
url,
} }
/// An action the user has requested the text input control to perform. /// An action the user has requested the text input control to perform.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment