Replies: 2 comments 7 replies
-
@johankool Interesting! We'd definitely be down to add support for this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
One downside is that this (using TextField("Username", text: $username)
.textContentType(.emailAddress)
.keyboardType(.emailAddress) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to this answer on StackOverflow it is possible to show text fields in alerts since iOS 16.
For the AlertState of TCA I suppose that maps to the AlertState.Button? I was trying to think how it would be possible to add support for that, but Action is way overloaded here, also ButtonAction already exist.
Trying to think what this may look like:
Does this make sense?
Beta Was this translation helpful? Give feedback.
All reactions