htmlFor
for
您可以通过以下链接找到更多信息。
https://facebook.github.io/react/docs/dom-elements.html#htmlfor
https://github.com/facebook/react/issues/8483
https://github.com/facebook/react/issues/1819
是的,为了反应,
成为htmlFor class成为className 等等
请参阅此处更改HTML属性的完整列表:
https://facebook.github.io/react/docs/dom-elements.html
该 for 属性被调用 htmlFor 与DOM属性API保持一致。如果您正在使用React的开发版本,那么您应该在控制台中看到有关此问题的警告。
对于React,您必须使用它的per-define关键字来定义html属性。
class - > className
class
className
使用和
for - > htmlFor
使用,因为反应是区分大小写,请确保您必须按照要求遵循小额和资本。