enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 143 forks source link

TextField on MacCatalyst still show the focus rectangle #726

Closed rdurfee closed 3 months ago

rdurfee commented 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.

Screenshot 2024-07-31 at 11 25 47 AM
enisn commented 3 months ago

Hi, thanks for sharing the workaround too. I'll fix it in the library 🙏

rdurfee commented 3 months ago

I submitted a PR to fix this. Thanks for the great library!