首页 > react uncontroled component

react uncontroled component

react的uncontroled component有什么用,什么属性都不加,貌似也取不到值,难道只是个摆设?求指点!!!

class UncontroledComponent extends React.Component{
    render(){
        return ( <input type="text" />)
    }
}

拿这个组件来说,貌似没有什么实际的意义呀!!

【热门文章】
【热门文章】