Constructor
new UserLogin(props)
Binds methods
Parameters:
| Name | Type | Description |
|---|---|---|
props |
Array.<any> | Should contain toMenu and settings callbacks |
- Source:
Extends
- React.Component
Methods
componentDidMount()
Sets up enter key form submission handlers
- Source:
login(event)
Login callback. Prevents default actions then runs page change callbacks
Parameters:
| Name | Type | Description |
|---|---|---|
event |
object |
- Source:
render()
Renders out a form with a settings button, header, floating label name input, date input, and footer
- Source: