-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(iOS): add support for missing text content types #42788
feat(iOS): add support for missing text content types #42788
Conversation
packages/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.mm
Outdated
Show resolved
Hide resolved
Hey @javache, I've updated this PR according to your suggestions, is there anything that needs to be done to get it merged? |
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these. How do they work on Android? If I set dateTime
as textContentType
, how does Android interpret it?
Can you also rebase on top of master? I can't see the GitHub Actions running |
0dc0220
to
f515fd7
Compare
rebased 👌
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: This PR adds few missing text content types on iOS (available from iOS 15) - dateTime - flightNumber - shipmentTrackingNumber ## Changelog: [IOS] [ADDED] - Add support for missing text content types Pull Request resolved: facebook#42788 Test Plan: Make sure that `RNTester` builds and runs successfully Differential Revision: D61656748
Summary: This PR adds few missing text content types on iOS (available from iOS 15) - dateTime - flightNumber - shipmentTrackingNumber ## Changelog: [IOS] [ADDED] - Add support for missing text content types Pull Request resolved: facebook#42788 Test Plan: Make sure that `RNTester` builds and runs successfully Differential Revision: D61656748
@cipolleschi merged this pull request in d7a3e48. |
This pull request was successfully merged by @krozniata in d7a3e48 When will my fix make it into a release? | How to file a pick request? |
Summary:
This PR adds few missing text content types on iOS (available from iOS 15)
Changelog:
[IOS] [ADDED] - Add support for missing text content types
Test Plan:
Make sure that
RNTester
builds and runs successfully