clear search textbox after the address is selected (search widget)

1714
2
Jump to solution
06-23-2017 08:31 AM
by Anonymous User
Not applicable

Hi all,

I am trying to clear textbox after the address is selected in the address list. How would I achieve this?

Thanks,

Alex

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Alex,

   The Search Widget.js find the _onSelectResult function and add this to the very end.

this.searchDijit.set("value", "");

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Alex,

   The Search Widget.js find the _onSelectResult function and add this to the very end.

this.searchDijit.set("value", "");
by Anonymous User
Not applicable

Thank you!

0 Kudos