Make the profile form autosave
This commit is contained in:
parent
85380c8142
commit
ae40dea7ec
3 changed files with 38 additions and 49 deletions
|
|
@ -72,6 +72,7 @@ interface InputFieldProps {
|
|||
autoCorrect?: string;
|
||||
autoCapitalize?: string;
|
||||
value?: string;
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
defaultChecked?: boolean;
|
||||
onChange?: (event: ChangeEvent) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue