Members
closeModal
- Description:
Clear form data and close modal
- Source:
Clear form data and close modal
state :object
Properties:
| Name | Type | Description |
|---|---|---|
oldPwd |
string | |
newPwd |
string | |
confirmNewPwd |
string | |
errorMgs |
object |
Type:
- object
Methods
handleChangePassword() → {void}
- Description:
Change password
- Source:
Returns:
- Type
- void
render() → {view}
- Description:
Render
- Source:
Returns:
- Type
- view
updateField(field, e) → {void}
- Description:
Updating state fields
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
field |
string | |
e |
Event |
Returns:
- Type
- void
Type Definitions
props
Properties:
| Name | Type | Description |
|---|---|---|
setOpenModal |
function | |
changePwd |
function |
Type:
- object