Page 2 of 2

autocomplete problem

Posted: Mon Feb 10, 2014 5:12 am
by pritu patel

Ya It's working now...thank u maryana.


autocomplete problem

Posted: Mon Feb 10, 2014 5:14 am
by pritu patel

1 solution also i want there is a list display but it's not highlighted with color.
how to add color for listitem which i select from list


autocomplete problem

Posted: Mon Feb 10, 2014 5:51 am
by pritu patel

Image

How to remove above message from input box that display "8 results are available, use up and down arrow keys to navigate."????during autocomplete.


autocomplete problem

Posted: Mon Feb 10, 2014 2:05 pm
by Maryna Brodina

Hello! You can hide it using CSS, for example add to CSS asset the following code prespan[role="status"] {
display:none;
}/pre


autocomplete problem

Posted: Thu Feb 13, 2014 11:48 am
by pritu patel

Thnak you maryana It's working using your code
But...
I tried to do this code and working perfectly

.ui-helper-hidden-accessible { display:none; }


autocomplete problem

Posted: Sun Mar 08, 2015 1:19 pm
by Abhijeet Singh

how do i implement it if i've already stored the data in local storage in an array
Image


autocomplete problem

Posted: Sun Mar 08, 2015 1:23 pm
by Abhijeet Singh

How do I implement this if I've already saved the data in an array in local storage? Image


autocomplete problem

Posted: Sun Mar 08, 2015 1:39 pm
by Alena Prykhodko

Please tell more detailed.
What are you trying to do?


autocomplete problem

Posted: Sun Mar 08, 2015 1:43 pm
by Abhijeet Singh

i have stored a list of customers (in the screenshot above) now i want to use it for autocomplete