Skip to main content

3 posts tagged with "Forms"

View All Tags

Intercepting the default form behaviour. Sending information from child (form) to parent (App) by invoking callback functions.

In uncontrolled elements the value is stored in the DOM, in controlled elements the value is stored in the application inside the component with state.

Handling user input into a form asynchronously with onInputChange method