When you attach TextField to keyboard like that:
|
.safeAreaInset(edge: .bottom) { |
TextField is not interactively dismissed with keyboard (example of the issue on stack overflow:
https://stackoverflow.com/questions/73770425/scrollview-scrolldismisseskeyboard-interactively-feels-weird).
Is there a way to achieve behavior like in iMessage with SwiftUI?