Closed rdurfee closed 3 months ago
When a TextField gets focus on MacCatalyst, it shows a blue highlight border around the internal control.
The control's border is turned off, but the focus highlight is still there.
I was able to workaround it by setting handler.PlatformView.FocusEffect to null in an Entry handler mapping.
handler.PlatformView.FocusEffect
Hi, thanks for sharing the workaround too. I'll fix it in the library 🙏
I submitted a PR to fix this. Thanks for the great library!
When a TextField gets focus on MacCatalyst, it shows a blue highlight border around the internal control.
The control's border is turned off, but the focus highlight is still there.
I was able to workaround it by setting
handler.PlatformView.FocusEffect
to null in an Entry handler mapping.