Skip to content
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: added inputextensions returntype property #1128

Merged
merged 3 commits into from May 13, 2024
Merged

Conversation

rajamatt
Copy link
Contributor

@rajamatt rajamatt commented May 9, 2024

GitHub Issue (If applicable): closes #1119

PR Type

What kind of change does this PR introduce?

  • Feature
  • Small sample
  • Documentation addition

What is the current behavior?

We have to specify android:ImeOptions="Next" and ios:ReturnKeyType="Next" if we want the return key on soft-keyboards to be Next.

What is the new behavior?

We only have to add utu:InputExtensions.ReturnType="Next" and Toolkit will handle the device specific cases itself.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@rajamatt rajamatt requested a review from kazo0 May 9, 2024 15:30
@rajamatt rajamatt self-assigned this May 9, 2024
Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

@agneszitte agneszitte requested a review from Xiaoy312 May 9, 2024 16:35
Copy link
Contributor

@Xiaoy312 Xiaoy312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also this pr should include relevant docs, and sample bits

@rajamatt rajamatt marked this pull request as ready for review May 9, 2024 18:54
@rajamatt
Copy link
Contributor Author

rajamatt commented May 9, 2024

Will add docs and sample for soft-keyboards.

Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

2 similar comments
Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

1 similar comment
Copy link

github-actions bot commented May 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

doc/helpers/Input-extensions.md Outdated Show resolved Hide resolved
doc/helpers/Input-extensions.md Outdated Show resolved Hide resolved
doc/helpers/Input-extensions.md Outdated Show resolved Hide resolved
src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs Outdated Show resolved Hide resolved
doc/helpers/Input-extensions.md Outdated Show resolved Hide resolved
doc/helpers/Input-extensions.md Outdated Show resolved Hide resolved
doc/helpers/Input-extensions.md Show resolved Hide resolved
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs Outdated Show resolved Hide resolved
src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs Outdated Show resolved Hide resolved
src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs Outdated Show resolved Hide resolved
src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs Outdated Show resolved Hide resolved
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

1 similar comment
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-1128.eastus2.azurestaticapps.net

@rajamatt rajamatt merged commit bb68c6a into main May 13, 2024
27 checks passed
@rajamatt rajamatt deleted the dev/mara/add-returntype branch May 13, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[InputExtensions] Add ReturnType attached property
4 participants