-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
CurrencyTextField not showing decimals onChange #9
Comments
This is what I'm seeing: At the end of the gif I make it work if hourly already have a decimal. |
I fixed it in the latest release, thanks for letting me know about this issue! |
I'm trying to update CurrencyTextField based on another textfield but it doesn't seems to work well.
The problem I'm facing is when I updated hourlySalary to a decimal like 0.02 it always round to 0
Also the button in this view show the decimals in hourlySalary just on the initial state, if I start inputting something in any textFields then it just jumps from 2.0 to 0.0 without showing decimals
`
import SwiftUI
struct ContentView: View {
`
The text was updated successfully, but these errors were encountered: