Home Reference Source
public class | source

Signup

Extends:

react~Component → Signup

Constructor Summary

Public Constructor
public

Component constructor

Member Summary

Public Members
public
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 constructor(props: object) source

Component constructor

Params:

NameTypeAttributeDescription
props object

is an object properties of component

Public Members

public handleForm: * source

public handleInputChange(event: event): * source

Handle data on input change

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