3 posts tagged with "Forms"
View All TagsIntercepting 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.