You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ElementHandlerAttribute
* Add the attribute to Label and CheckBox
* Use the attribute in MauiHandlersFactory
* Add IRemappable and RemappingHelper
* Add implementation of IRemappable to Label and CheckBox
* Update app host builder
* Fix MAUI handlers factory
* Change TrySetValue from extension method to Element virtual method
* Move big switch from GesturePlatformManager to VisualHandler and subclasses
* Fix dereference of a possibly null reference
* Fix remapping
* Remove unnecessary changes
* Fix attribute inheritance
* Drop custom inheritance logic
0 commit comments