We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using your fantastic DigiTextView to entering numbers in a Watch App, but I can't capture any event. I tried:
.onTapGesture { print("tap") } .onChange(of: presentingModal) { if presentingModal { value = "" } } .onDisappear { update() } .onSubmit { update() }
Any of them works. I need capture the closing window to update some others values in the app, and I need too clear the text when enter to edit.
Changing properties of Text d'ont also work:
.font(.title2)
Not change the font.
It's possible to include this possibilities in some future versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using your fantastic DigiTextView to entering numbers in a Watch App, but I can't capture any event. I tried:
Any of them works. I need capture the closing window to update some others values in the app, and I need too clear the text when enter to edit.
Changing properties of Text d'ont also work:
.font(.title2)
Not change the font.
It's possible to include this possibilities in some future versions.
The text was updated successfully, but these errors were encountered: