Hi ,
Add validation inside list Means Multiple DropdownSearch and Inputs CSS Class will same for All Input So how I can Add Validation ?
I am Using Javascript but Error msg and Border will apply for all how i can add Validation for particular input
Thanks
@Shubham P ,
Try that way ,
In which list you store Data in Input you have Bind Css dynamically with RowNumber so you can separately identify check the screen short.
Hello @Shubham P ,
You can mention your class by appending it with currentRowNumber property of the list.
In this case class for each row will be unique and you can perform your validations.
like below,