Some more a11y

This commit is contained in:
Eric Bailey
2024-01-16 11:04:54 -06:00
parent 1e02cde581
commit 7315b0d714
6 changed files with 26 additions and 7 deletions
+2
View File
@@ -166,6 +166,8 @@ export function createTextInput(Input: typeof TextInput) {
testID={testID}
aria-labelledby={labelId}
aria-label={label}
aria-invalid={hasError}
aria-placeholder={props.placeholder}
accessibilityLabel={accessibilityLabel}
accessibilityHint={accessibilityHint}
placeholderTextColor={t.atoms.text_contrast_400.color}