Add emailAddress, url TextInputTypes (#10471)
Adds support for requesting keyboards optimised for email address and URL entry.
This commit is contained in:
parent
7c68cf50bc
commit
2cd2a74e5d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user