
Announcements
how to reset textbox to blank on dropdown change and dropdown to first value on textbox change
Their is another weird issue that when I start typing in search box the gallery start refreshing. I only want gallery to be refreshed on search icon click. For that on text change event if I can set dropdownvalue to none then it works because I have a if condition in gallery to check not none. But I am not able to set value of dropdown to none(first value) on text change and vice versa.
Hi AmitLoh-Powerap,
Please try to set the Items property of the Drop down control as ["","test1","test2","test3"] instead of using “None”, then when you select the “”, the Textbox would be blank.
Best regards,
Mabel Mao