-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix form submit behavior #34471
Merged
Merged
Fix form submit behavior #34471
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fe878dc
fix submit behavior on native devices
shubham1206agra 36301d1
remove unused logic
shubham1206agra 7f8e548
small bug fix
shubham1206agra 8d51fa2
make submitOnEnter use consistent
shubham1206agra 3854a9a
fix prettier
shubham1206agra abd18c6
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra c3fc139
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra b0ad378
added props to custom components
shubham1206agra 756f220
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra 93f21da
switch to form element instead of view
shubham1206agra 4848e99
adjustment according to recommendations
shubham1206agra ab1eefa
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra 55bb4d2
changes according to recommendation
shubham1206agra 76e7862
merge main
shubham1206agra 97c6da0
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra ae03b09
Compute the component-specific input registration params
cubuspl42 23ee294
minor fixes to logic
shubham1206agra 18fa42a
adding custom component to the list
shubham1206agra f6f5339
fix lint
shubham1206agra 3f8f417
minor fix to extra property passed
shubham1206agra daf4691
adjusted according to recommendations
shubham1206agra b12a526
minor adjustment
shubham1206agra 78c3c27
Merge branch 'Expensify:main' into fix-form-submit
shubham1206agra cad60cf
merge main
shubham1206agra 3124cb9
removed the support of AddressSearch from keyboardsubmit
shubham1206agra b500950
removed the old prop
shubham1206agra 2951887
adjusted type
shubham1206agra 326cd61
making textInputBasedComponents global to file
shubham1206agra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't understand this change. We haven't adjusted the use of the
RoomNameInput
component, have we? Why is this change necessary?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.
We have changed the logic here as RoomNameInput has a TextInput to make it as close to the previous behavior.