You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aaron ngu edited this page Nov 12, 2019
·
1 revision
props
title
title for the text field
size
Short | Long
onChange
CallBack function with 'event' as a parameter. And to access user input call event.target.value.
Example: handleChange(event){console.log(event.target.value)} to log the user text input onto console.