We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to change the style of the text field to .squareBorder? If not, would love this property to be exposed!
.squareBorder
The text was updated successfully, but these errors were encountered:
If you use RecorderCocoa, you can set .bezelStyle = .squareBezel on it.
RecorderCocoa
.bezelStyle = .squareBezel
For SwiftUI, I guess we can make it respect .textFieldStyle(.squareBorder) and document that.
.textFieldStyle(.squareBorder)
Sorry, something went wrong.
I have recently developed a custom MeasurementField that takes an optional configuration to directly access the AppKit properties: https://gist.github.com/Maschina/f391b3ed8e5d45389e72fbe95d290f00
configuration
We may add something like this...
No branches or pull requests
Is there a way to change the style of the text field to
.squareBorder
? If not, would love this property to be exposed!The text was updated successfully, but these errors were encountered: