a11y label cleanup (#576)
This commit is contained in:
parent
0f68e6a6ff
commit
011baa78c1
12 changed files with 56 additions and 67 deletions
|
@ -68,6 +68,8 @@ export const DesktopSearch = observer(function DesktopSearch() {
|
|||
onChangeText={onChangeQuery}
|
||||
onSubmitEditing={onSubmit}
|
||||
accessibilityRole="search"
|
||||
accessibilityLabel="Search"
|
||||
accessibilityHint=""
|
||||
/>
|
||||
{query ? (
|
||||
<View style={styles.cancelBtn}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue