Signup
Extends:
react~Component → Signup
Constructor Summary
| Public Constructor | ||
| public |
constructor(props: object) Component constructor |
|
Member Summary
| Public Members | ||
| public |
handleForm: * |
|
| public |
handleInputChange(event: event): * Handle data on input change |
|
| public |
state: {"fullNameInput": *, "fullNameInputError": *, "emailInput": *, "emailInputError": *, "passwordInput": *, "passwordInputError": *, "confirmInput": *, "confirmInputError": *} |
|
Method Summary
| Public Methods | ||
| public |
render(): react element Reneder component DOM |
|
Public Constructors
Public Members
public handleForm: * source
public state: {"fullNameInput": *, "fullNameInputError": *, "emailInput": *, "emailInputError": *, "passwordInput": *, "passwordInputError": *, "confirmInput": *, "confirmInputError": *} source
Public Methods
public render(): react element source
Reneder component DOM
Return:
| react element | return the DOM which rendered by component |