【发布时间】:2021-08-20 05:02:28
【问题描述】:
是否可以使用 props 将数据从子组件传递到父组件?
-Parent component
--- ItemList component.
--- DisplatSelect component from the itemList component
我有一个来自父组件的子组件中的项目列表,然后我想将所选数据的索引发送到位于父组件中的另一个子组件。
不能很好地举例,请参阅随附的屏幕截图以获取其他参考。 非常感谢!
【问题讨论】:
标签: javascript reactjs react-props