Skip to content
Snippets Groups Projects
Unverified Commit a23ec335 authored by Austin Pearce's avatar Austin Pearce Committed by GitHub
Browse files

Add autocapitalize (#3056)

parent aaea04fc
No related branches found
No related tags found
No related merge requests found
......@@ -288,6 +288,7 @@ export function PayeeAutocomplete({
focused={payeeFieldFocused}
inputProps={{
...inputProps,
autoCapitalize: 'words',
onBlur: () => {
setRawPayee('');
setPayeeFieldFocused(false);
......
---
category: Enhancements
authors: [JukeboxRhino]
---
Add payee autocapitalization when creating on mobile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment