Add emailAddress, url TextInputTypes (#10471)

Adds support for requesting keyboards optimised for email address and URL entry.
This commit is contained in:
Chris Bracken 2017-06-02 16:36:15 -07:00 committed by GitHub
parent 7c68cf50bc
commit 2cd2a74e5d

View File

@ -26,6 +26,12 @@ enum TextInputType {
/// Optimize for date and time information.
datetime,
/// Optimize for email addresses.
emailAddress,
/// Optimize for URLs.
url,
}
/// An action the user has requested the text input control to perform.