-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
✨ Don't truncate numbers in number input #207
Comments
Yup, I actually did a lot of research on working around this SwiftUI limitation but to no avail :( I believe that the best solution would be to make my own custom "Textbox with stepper" view, and then use that across all of Loop's settings. I might also be able to integrate a slider onto this reusable view, so that everyone can get varying levels of exact customizability if needed. |
It is finally done! Here's a quick preview clip: As well as a build: Let me know if there's anything to be improved! |
…number-input` ✨ #207 Don't truncate numbers in number input
Feature Request Description
Long values in the number counter get cut off. I don't think this should happen.
Screenshots
Additional Context
No response
Final Checks
The text was updated successfully, but these errors were encountered: