Html – Filter JSON object in nested array in javascript not working properly
I am trying to implemenet a search input filter inside drop down which contains nested dropdown list items. My JSON data which I am getting from api as response given below API response glPlmAsmt.category = { "page_size": 100, "total": 5,…