Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taking too time to show suggestion autocomplete and sometime browser also hanged #207

Open
mmehral opened this issue Jun 13, 2017 · 1 comment

Comments

@mmehral
Copy link

mmehral commented Jun 13, 2017

Hi everyone,

I am using follwing code to achieve my requirements

$( document ).ready(function() {
$('#textarea').textext({
plugins : 'tags prompt focus autocomplete ajax arrow',
html: {
tag: '

'
},
prompt : 'Add one...',
ajax : {
url : 'some url',
dataType : 'json',
cacheResults : true
}
});
});

i am making a ajax call to a url which has a 20k user's data, when i start typing something then it takes to much of time to give suggestion and also sometime browser is hanged

@AnonDev1312
Copy link

did you find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants