mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Prevent VO from reading the placeholder-text views
This commit is contained in:
parent
608c66e543
commit
69cd86c1da
@ -41,6 +41,7 @@ struct PostTextEditingView: View {
|
||||
.foregroundColor(Color(UIColor.placeholderText))
|
||||
.padding(.horizontal, 4)
|
||||
.padding(.vertical, 8)
|
||||
.accessibilityHidden(true)
|
||||
}
|
||||
PostTitleTextView(
|
||||
text: $post.title,
|
||||
@ -68,6 +69,7 @@ struct PostTextEditingView: View {
|
||||
.foregroundColor(Color(UIColor.placeholderText))
|
||||
.padding(.horizontal, 4)
|
||||
.padding(.vertical, 8)
|
||||
.accessibilityHidden(true)
|
||||
}
|
||||
PostBodyTextView(
|
||||
text: $post.body,
|
||||
|
Loading…
Reference in New Issue
Block a user