Skip to main content
I have a lightning component which contains input fileds(checkbox and picklist). These fields are not related to any object. 

How can i pass the field values from component to JS controller on click of submit button??

NOTE: I cannot make use of Component.find() or aura:attribute as the fields on the component are populated through aura:iteration.

Any help would be highly appreciated.
4 answers
  1. Mar 9, 2020, 4:39 AM
    Hi Kishore,

    How will i get the value of the field??

    Because here i am not able to make use of aura:attribute
0/9000