We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec1419 commit 119c9eeCopy full SHA for 119c9ee
README.md
@@ -31,7 +31,7 @@ struct NumberPadExample: View {
31
VStack {
32
Text("\(config.stringValue)")
33
34
- NumberPad(config: config, showDecimalPoint: true)
+ NumberPad(config: config)
35
.buttonStyle(.bordered)
36
}
37
.font(.largeTitle)
0 commit comments