Skip to content

Commit

Permalink
No-Jira: Fix text area accessibility (#2058)
Browse files Browse the repository at this point in the history
* No-Jira: Fix text area accessibility

* empty commit

---------

Co-authored-by: Alaa Amin <[email protected]>
  • Loading branch information
AlaaAmrAmin and Alaa Amin authored Sep 3, 2024
1 parent ffa0eea commit b8ea3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backpack-SwiftUI/TextArea/Classes/BPKTextArea.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public struct BPKTextArea: View {
)
.outline(resolvedState.borderColor, cornerRadius: BorderConstants.cornerRadius)
.frame(minHeight: frameHeight)
.accessibilityElement(children: .combine)
.accessibilityLabel(accessibilityLabelText)
}

Expand Down

0 comments on commit b8ea3d6

Please sign in to comment.