Make the profile form autosave

This commit is contained in:
Robin Townsend
2023-05-22 15:12:41 -04:00
parent 85380c8142
commit ae40dea7ec
3 changed files with 38 additions and 49 deletions
+1
View File
@@ -72,6 +72,7 @@ interface InputFieldProps {
autoCorrect?: string;
autoCapitalize?: string;
value?: string;
defaultValue?: string;
placeholder?: string;
defaultChecked?: boolean;
onChange?: (event: ChangeEvent) => void;