adspace


What is uncontrollable component in reactjs?

Answer Posted / Lal Bahadur Kumar

An uncontrolled component in ReactJS is a form element whose value is not directly managed by the state. This means the component doesn't sync the value with its corresponding state automatically.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you create higher order components (hocs) in react.js?

448


How to use events in reactjs? Give an example of using events?

565