I have a form which is built using custom components which is available for us to use. NOTE: I do not have access to the custom components , adding @input solution will not work for me. Is there any way i can get value from my custom components without making change in the component?
<section class="container__content">
<div>Details</div>
<div class="personal-info">
<textfield type="text" label="Name" placeholder="Shweta"></textfield>
<textfield type="text" label="ID" placeholder="sm1234"></textfield>
</div>