I have one component which has one Dropdown.
Then I have one child component which I one textfield and button next to it
from the parent component I loop an array and call child component. Requirement as below:
- When I click button in child component I needed to know what value is selected in dropdown (in parent component)
- And when in child component I click second button I want to know what value is selected in first textbox in child.