Topic: Is there a way to auto fire mdb-completer by clicking a icon and not by typing

Longo pro asked 5 years ago


Is there a way to auto fire a mdb-completer by clicking a icon and not having to type anything? The reason is I have other optional filter criteria they can use in addition to typing in the mdb-completer. If they click the icon, I want to give them a result based on the other optional filter criteria. I can do it using jquery ui autocomplete with a method like this: function trigger_search_autocomplete() { $("#filter-input").data("ui-autocomplete").term = ""; $("#filter-input").val(''); $("#filter-input").autocomplete( "search", " " ); } But I want to use only mdb components, so that's not an option for me.  

Bartłomiej Malanowski staff commented 5 years ago

I'm afraid I don't understand your idea. Could you please show me an example?

Longo pro commented 5 years ago

What I trying to say is there any why to trigger (java script) the autocomplete widget without typing any values in the search box.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags