How to inherit from BaseConverter
in MAUI 9?
#2462
-
I upgraded public class NumberEntryConverter() : BaseConverter<double?, string?>
I saw that in the new version the I guess, I can write my own implementation of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah, I found it. From #2215's breaking changes
So the removal was obviously intended. Is there a specific reason for it? It feels kind of annoying and pointless. I (and probably every MAUI developer out there) needs to write |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
CommunityToolkit.Maui v11.2.0
will allow developers to insert fromBaseConverter
andBaseBehavior
: #2573