pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

autocomplete problem

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

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

autocomplete problem

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

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

autocomplete problem

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

autocomplete problem

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

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

autocomplete problem

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; }

Abhijeet Singh
Posts: 0
Joined: Thu May 08, 2014 5:54 pm

autocomplete problem

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

Abhijeet Singh
Posts: 0
Joined: Thu May 08, 2014 5:54 pm

autocomplete problem

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

autocomplete problem

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

Abhijeet Singh
Posts: 0
Joined: Thu May 08, 2014 5:54 pm

autocomplete problem

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

Return to “Issues”