maui
maui copied to clipboard
Makes KeyboardAutoManager.GoToNextResponderOrResign public
Description of Change
The PR changes access modifiers of the KeyboardAutoManager class and the GoToNextResponderOrResign method to public.
It helps implementing of custom text fields easily. As the GoToNextResponderOrResign method refers to a lot of other internal methods (that refer to other internal ones as well), it's challenging to just copy (or make own implementation) of that method. So, making this method public helps finding a next responder for iOS in custom text fields much easer.
Issues Fixed
Fixes #16949
Hey there @rotorgames! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
cc @tj-devel709 thoughts?
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Sorry, this one slipped my radar! I personally don't have a reason why it couldn't be public. @PureWeen, does that seem alright to you?
I think this is something we can make public! There will be a few more changes necessary that I will help out with, but as this is a new public API, this would be something for .NET 9!
+1 here
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
this will need to target net9.0 for new api. please rebase and reopen .
Thanks