Capsule Text Field
Gives your text field a capsule shape. This only has a visible effect on macOS, where the capsule shape is not the default.
Platform Compatibility
iOS 27.0+ iPadOS 27.0+ macOS 27.0+ watchOS 27.0+ tvOS 27.0+ visionOS 27.0+
Tags
SwiftUI Code
TextField("Foo", text: $searchText)
.textInputBorderShape(.capsule)Found an issue or have a suggestion?
Created: September 3, 2026Updated: September 3, 2026