@react-native/debugger-frontend
Version:
Debugger frontend for React Native based on Chrome DevTools
6 lines (3 loc) • 361 B
Markdown
# Form field without valid aria-labelledby attribute or associated label
A form field has neither a valid `aria-labelledby` attribute nor an associated `<label>`. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
To fix this issue, provide a `<label>` describing the purpose of the form field.