16
Views
2
Comments
Solved
 Inside list Add Validation for DropdownSearch and inputs
Question
Application Type
Reactive

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

UserImage.jpg
Anjali Choudhary
Solution

@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.

Thanks

2024-12-02 12-15-17
Aravind EONE

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,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.