Jonatas de Moraes Junior

Results 10 comments of Jonatas de Moraes Junior

This gulp plugin works 100% with version 2 of Rollup. The problem is, with npm version 7 the build is breaking: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...

> I think this is not a major issue, I mean it does not affect the mock responses from return correctly, correct? Actually the client always retrieves the wsdl prior...

Hi @VladimirVecera! I didn't understand your question ... isn't this code working as expected? Have in mind that /search.php must return a JSON object in the body for it to...

@troyd1000 thanks for the time spent with this enhancement, but I'm afraid this is not the correct way to contribute. Opening a zip file is risky, therefore I'm not doing...

It did work!! =) I'll take a look at it and run some tests as soon as possible.

@troyd1000 , you have modified the wrong file, the transpiled javascript file. You have to modify the Typescript file.

Ok, no problem. And thanks again! I'll keep this issue open in case anyone wants to pick up from where you left.

Hi @reynolds047 ! Like this? ``` var src = [ {value: '1', label: 'label-01'}, {value: '2', label: 'label-02'}, {value: '3', label: 'label-03'}, ]; $('#myAutocomplete').autocomplete({ source: src, value: 'value', label: 'label',...

Well @reynolds047, I've tested with your code and it is actually working. Maybe you forgot to set the treshold to a lower value? Remember the default is 4, so it...

Oh my, I didn't know jQuery UI already had an autocomplete! Guess I'll have to do something about it.