Friday, 26 November 2021

filter the array value

 there are different methods to filter dupicates in an array

check here


this.temp1.filter((v,i) => this.temp1.indexOf(v)===i);




No comments:

Post a Comment

dropdownsearch for dyanmic fields

    I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a  dropdownSearch  map...