Form components such as <input>, <textarea>, and <option> differ from other native components because they can be mutated via user interactions. These components provide interfaces that make it easier to manage forms in response to user interactions.
For information on events on <form> see Form Events.
Interactive Props
Form components support a few props that are affected via user interactions:
value, supported by <input> and <textarea> components.
check