Ryan Ashton

Results 2 issues of Ryan Ashton

Here: ``` public var body: some View { Form { Section { TextField("Amount", value: $checkAmount, format: .currency(code: Locale.current.currency?.identifier ?? "USD")) } Section { Text(checkAmount, format: .currency(code: Locale.current.currency?.identifier ?? "USD")) }...

good first issue
help wanted