Click and scroll and select field

as showing in screen shot there is item if i select any item then given below list should be scroll and highlight that item in list
actually i don’t know how to solve this problem

No inbuilt way to do that; if you share your code we might be able to help.

hi @pratu16x7
i am able to get field name but i am not able to set the cursor on that particular field and i am using this code. but its not working please suggest me

$(“[data-fieldname=name]”).focus();

Thanks & Regards