gpt4 book ai didi

javascript - React.findDOMNode(component) 方法列表

转载 作者:行者123 更新时间:2023-11-28 15:19:21 24 4
gpt4 key购买 nike

我知道有React.findDOMNode(component).value/focus() 。我正在寻找所有可以与React.findDOMNode一起使用的方法.

例如,我有一个 <input type='checkbox' ref='component' />标签,我尝试过 React.findDOMNode(this.refs.component).selected (不知道是否存在),什么也没有。

最佳答案

React.findDOMNodeTop-Level API documentation 描述。 :

DOMElement findDOMNode(ReactComponent component)

If this component has been mounted into the DOM, this returns the corresponding native browser DOM element. This method is useful for reading values out of the DOM, such as form field values and performing DOM measurements. When render returns null or false, findDOMNode returns null.

返回的值是 native DOM element —不是 React 特定的类型,这就是 React 文档中没有涵盖它的原因。

关于javascript - React.findDOMNode(component) 方法列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32200195/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com