You need to sign in to do that
Don't have an account?

How can I insert two values obtained from two aura: attribute in the ID, Quantity fields of the map?
<aura:attribute name="MapQuantity" type="Map" default="{'Id': , 'quantity':}"/>
How can I insert two values obtained from two aura: attribute in the ID, Quantity fields of the map?
hi LUIGI EMANUEL TAORMINA,
could you more explain your requirement. I didn't get and try below tag maybe you can get a reference.
<aura:attribute name="MapQuantity" type="Map" default="{ 'Id': '', 'quantity': '' }"/>
let me know by marking it as best answer if it helps you or if you get any issue please explain your requirment.
Thank you