maui
maui copied to clipboard
Implement Keyboard on SearchBarHandler
Description of Change
Implement Keyboard on SearchBarHandler.

Issues Fixed
Fixes #9594
Changed target from net6.0 to main.
I just tested and unfortunately, this doesn't fix the issue referenced :/ The keyboard continues to switch immediately back from numeric to alphabetic
I am curious about your approach here, though, as the issue you're working on here is related to the issue I'm working on in #11981
On Android?. Let me review it and take a quick look to the Japanese issue. This one was target to net6.0 and retarget to main now. Maybe something has changed in between.
Added several Device tests validating all the keyboards on the SearchBar.

Was this already resolved by #11981?
@jsuarezruiz lets close it or land it. We have too many PRs.
Was this already resolved by #11981?
This PR maps the Keyboard property to allow setting the numeric keypad for example. The other PR is a nice fix that prevents flickering on keyboard hints etc. Related but not the same.
@jsuarezruiz lets close it or land it. We have too many PRs.
I agree, let me add more reviewers and push forward.
Thank you for your pull request. We are auto-formatting your source code to follow our code guidelines.
looks great on iOS and iPadOS too