Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi Team,
Suppose I have a search button and I want after on click of that button an autocomplete widget gets visible and more importantly the cursor gets focused immediately so that any one can enter alphabets in autocomplete widget without using mouse left click.
Please help with the logic if it is possible. (TWX version 9.1)
Thanks in advance
Hi Ranjank
Attachment <Entities.xml> is a sample mashup&thing to get an autocomplete widget visible after on click of a button.
However, I am afraid your request of getting the autocomplete widget focused is currently unsupported with TW standard functions per below article. In case you don't have a PTC account to view the article, I also attached the PDF file.
https://www.ptc.com/en/support/article/CS314721
So back to your auto focus request, a possible solution is to develop your own extension widget with ThingWorx Visual SDK which utilize Google Polymer. Please check below links for more details.