Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Trigger Search by Other Element (like button) #90

Open
mehmetalidumlu opened this issue Dec 20, 2018 · 2 comments
Open

How to Trigger Search by Other Element (like button) #90

mehmetalidumlu opened this issue Dec 20, 2018 · 2 comments

Comments

@mehmetalidumlu
Copy link

Hi,
I couldn't trigger a search with using another button. How can i trigger search when value pasted on.
Thanks.

@alexjamesbrown
Copy link

I'd like to know too

@lilsizzo
Copy link

lilsizzo commented Aug 2, 2019

how was the progress? If you are trying to use another element, i suggest you could trigger that search onclick or onfocus

$(".someotherbutton").click(function(){ $(".searchbar").trigger("click")//or autofocus....ios doesnt do autofocus well })

Have not tried this out but it could be a way around it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants