Make the profile form autosave
This commit is contained in:
@@ -72,6 +72,7 @@ interface InputFieldProps {
|
||||
autoCorrect?: string;
|
||||
autoCapitalize?: string;
|
||||
value?: string;
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
defaultChecked?: boolean;
|
||||
onChange?: (event: ChangeEvent) => void;
|
||||
|
||||
Reference in New Issue
Block a user