• Watkins Robert
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi All,

I need to update row item value on change event
 
<template for:each={selectedOlis} for:item="oli" for:index="index">
    <div key={oli.Id}>
        {oli.Name} &nbsp; {index}
        <lightning-input type= "string" data-index={index} label="Address" value={oli.address}
            placeholder="Quantity" onchange={handleListInputChange}>
        </lightning-input>
        
    </div>
	</template>

JS:-

handleListInputChange(event){
//wheen user type then  update value={oli.address}
}

Please suggest
Please Help! 

I created an object and its related fields in the playground to ensure quality but now I can't find the information on how to move this already created object to production. 

Is this possible?