function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mukesh guptamukesh gupta 

Update row Item value on changeevnt

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
Watkins RobertWatkins Robert
In UiPath Studio, variables are used to store multiple types of data. Another key aspect of variables is that their value can change so that you can, for example, control how many times the body of a loop is executed.

https://www.liteblue.vip/