How does one remove the focus border for a TextField in SwiftUI?
In Cocoa, setting the border to "None" in interface builder would remove the border.
I've tried using .border with a width of zero, but that does not work. The .border adds another border on top of the focus border.
Setting the style also does not do the trick.