any news on this? this is still not working for me in beta5?
Post
Replies
Boosts
Views
Activity
hi
I have the same issue. have you been able to resolve this issue?
Since the focusState is broken, I'm not able to hide they keyboard anymore.
.onTapGesture {
if (isFocused == true) {
isFocused = false
}
}