Questions and discussion about using ProcessMaker 2: user interface, running cases and functionality
Forum rules: Please search to see if a question has already been asked before posting. Please don't ask the same question in multiple forums.
By ferri1989
#786755
I'm triying to make textbox with autocomplete option like this example

https://jqueryui.com/autocomplete/

I load jquery ui references in external libs of dynamoforms and I think thats works because console doesn't warning with error "Uncaught TypeError: $(...).autocomplete is not a function"

But when I try to make this script doesn't do anything neither shows an error on console screen.
Code: Select all
$(document).ready(function(){
    var availableTags = [
      "ActionScript",
      "AppleScript",
      "Asp",
      "BASIC",
      "C",
      "C++",
      "Clojure",
      "COBOL",
      "ColdFusion",
      "Erlang",
      "Fortran",
      "Groovy",
      "Haskell",
      "Java",
      "JavaScript",
      "Lisp",
      "Perl",
      "PHP",
      "Python",
      "Ruby",
      "Scala",
      "Scheme"
    ];
    $("#txtCity").autocomplete({
      source: availableTags
    });
  }) 

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]