Make the profile form autosave

This commit is contained in:
Robin Townsend
2023-05-22 14:33:20 -04:00
parent 85380c8142
commit ae40dea7ec
3 changed files with 38 additions and 49 deletions

View File

@@ -72,6 +72,7 @@ interface InputFieldProps {
autoCorrect?: string;
autoCapitalize?: string;
value?: string;
defaultValue?: string;
placeholder?: string;
defaultChecked?: boolean;
onChange?: (event: ChangeEvent) => void;