You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to update variables when 'onCommit' is called, it's called only once when press keyboard key 'Return', but 3 times when click outside TextField. How to fix this? Thanks.
`
TextField("", text: $listTitle)
{ isEditing in
} onCommit: {
// do update things 3 times here
}.firstResponder(id: FirstResponders.name, firstResponder: $firstResponder, resignableUserOperations: .all)
`
The text was updated successfully, but these errors were encountered:
Need to update variables when 'onCommit' is called, it's called only once when press keyboard key 'Return', but 3 times when click outside TextField. How to fix this? Thanks.
The text was updated successfully, but these errors were encountered: