17
Views
2
Comments
How can I clone RichWidgets to modify AutoComplete on Traditional web app?

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, 


2022-08-03 04-32-50
Ravi Punjwani

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?

UserImage.jpg
Nguyen Duc Binh

@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?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.