You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its been a problem since the apps inception, but as SwiftUI doesn't have a numeric only field, you have to fudge the TextField with support which is what this app has been running on.
However, this has changed somewhat since this app was first made and there are better ways to handle updates:
I need to review the fields and make support better as at the moment, they're glitchy as anything. Especially when trying to change the field from something like 1 to 5 seconds as you can never remove the 1 as it won't let you empty the field.
Version
latest
Steps to Reproduce
See description.
Screenshots
No response
Device
Any Mac
Operating System
macOS 13.x
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
Its been a problem since the apps inception, but as SwiftUI doesn't have a numeric only field, you have to fudge the TextField with support which is what this app has been running on.
However, this has changed somewhat since this app was first made and there are better ways to handle updates:
https://www.hackingwithswift.com/quick-start/swiftui/how-to-format-a-textfield-for-numbers
I need to review the fields and make support better as at the moment, they're glitchy as anything. Especially when trying to change the field from something like
1
to5
seconds as you can never remove the1
as it won't let you empty the field.Version
latest
Steps to Reproduce
See description.
Screenshots
No response
Device
Any Mac
Operating System
macOS 13.x
Additional Context
No response
The text was updated successfully, but these errors were encountered: