-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
priority: lowNot many people are affected or there’s a workaround, etc.Not many people are affected or there’s a workaround, etc.type: technical debtRepresents or solves tech debt of the project.Represents or solves tech debt of the project.
Description
Reported here: #13329
In the class AddEditCoupon
:
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
should be replaced with
@FocusState
While addressing this issue, also check if there is similar technical debt in other SwiftUI classes.
Metadata
Metadata
Assignees
Labels
priority: lowNot many people are affected or there’s a workaround, etc.Not many people are affected or there’s a workaround, etc.type: technical debtRepresents or solves tech debt of the project.Represents or solves tech debt of the project.