Hi everyone,
I want to modify AutoComplete to use on mobile device. So after I cloned RichWidgets and managed my traditioncal web app to use the new one, I got this error because of jQuery (maybe). How can I fix it?
Kind regards,
Hi Binh,
You mentioned you want to use AutoComplete on mobile device.Did you mean Outsystems Mobile App, or in Traditional Web app but in mobile browser?
@Ravi Punjwani Thank you for your reply.
I mean I want to use AutoComplete with OutSystems Tradition Web App on Safari browser.
I thought the error above is because of loading jqueryUI 2 times, So I removed JavaScript code in jQueryComponents and jQueryUIInternal.
The error above is gone, but my custom AutoComplete doesn't work, because Input_AutoComplete is not a function.
I checked the Input_AutoComplete.js from the original RichWidgets, and it showed "outsystems.internal.$(function($) {". And I can not use this function in my custom AutoComplete.
How can I modify AutoComplete?