Skip to main content

All Questions

1 vote
1 answer
338 views

how to make dropdown option width to adjust to it's longest content using bootstrap 5?

I'm trying to apply an autoComplete feature on my web app but I can't seem to find a way to make the options to adjust to the longest content. the only thing I can do is to make it into a fixed length ...
dapidmini's user avatar
  • 1,635
2 votes
1 answer
311 views

Resize jQuery autocomplete UI according to the cursor position

I'm creating autocomplete feature for my own low level program executor.I need to get the autocomplete values near the alphabet typed like in VScode and other IDEs. But I have a problem with resizing ...
Varsha's user avatar
  • 45
0 votes
0 answers
143 views

Change the background color of text from ajax data in autocomplete function

I have autocomplete select field for address and I am getting address from ajax call, in that I want to highlight one word from that address if it is present in the address. For example if I get ...
itsMinij's user avatar
0 votes
0 answers
126 views

Text area with 'CSS like' Properties and Values Auto Suggestion

I need MultiAutoComplete functionality in text area I tried datalist, jquery autocomplete but none of them seems to be working with my requirement Can anyone help me out please ? In text area ```...
Hytool's user avatar
  • 1,368
0 votes
1 answer
71 views

JQuery UI Autocomplete not result showing in result box

I'm trying to get result of Autocomplete.when I search for RTO code then result box showing with no list as shown in screen : 1 but when I click on down arrow button from keyboard the it is showing ...
nandkishor baviskar's user avatar
0 votes
0 answers
2k views

JQuery UI Autocomplete dropdown not showing

I have a search input box that gives out suggestions while user types. However, the dropdown that contains the suggested search is not showing. What I've tried: Adding z-index: 100 !important; to the ...
Andrea G.'s user avatar
  • 234
0 votes
1 answer
633 views

jQuery UI Auto Complete wrap results

When using autocomplete with narrow screens, the results end up in a window that you need to scroll right and left to see them. I added a max-width to .ui-autocomplete.ui-menu and set a smaller font ...
user999684's user avatar
1 vote
1 answer
416 views

Autocomplete dropdown is not displayed properly

I try to use the jquery-ui autocomplete combobox in a .NeCore 2.2 web app. It seems that I have a problem with the CSS. Here how it looks like: beside the jquery-ui css, I use also datatables css and ...
Ezra's user avatar
  • 191
0 votes
1 answer
1k views

How to target individual CSS for different AutoComplete's ui-autocomplete

I have multiple AutoComplete's on a page. When I use jQuery UI AutoComplete for all my text fields, it adds dynamic picklists of the form <ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ...
gene b.'s user avatar
  • 12.2k
0 votes
1 answer
168 views

JQuery UI Autocomplete, hide div when more chars are typed in the input field

I have an input field populated with JQuery UI Autocomplete. The aim is to check that the value is not already present in the database. When the selection is present, a #warning div is shown : $("#...
Jibeji's user avatar
  • 473
0 votes
1 answer
97 views

Autocomplete Text box Simple way

Airline search I am creating a web page that allows searching the flight availability, for that, I want to design autocomplete text box for FROM and TO destinations and the first option from the ...
Sameer's user avatar
  • 1
0 votes
1 answer
221 views

jQuery UI Autocomplete last option exceeding height

I'm using jQuery UI Autocomplete 1.12.1 for several dropdowns, with some having a lot of options. In order to accommodate scrolling, we added the following into our stylesheet: .ui-autocomplete { ...
Savage's user avatar
  • 2,349
-1 votes
1 answer
203 views

jquery-ui set autocomplete width by id of select

I have 4 input transformed in autocomplete_combobox. The code for set width of all autocomplete_combobox is this: $('.ui-autocomplete-input').css('width','300px'); I want set css width for only one ...
Manuel Baruzzi's user avatar
-1 votes
1 answer
496 views

Make an element's width the same as another element

I'm using rails-jquery-autocomplete gem here: https://github.com/bigtunacan/rails-jquery-autocomplete The demo for the above gem is here: https://rocky-thicket-9286.herokuapp.com/ In my application, ...
Henry Yang's user avatar
  • 2,623
0 votes
1 answer
3k views

Change the jQuery autocomplete box position

I've been searching for a working solution for almost half a day and even if some of them may seem to work at the first look when the window size is smaller or bigger, it looks messed up. I'll show ...
Lukas Naujokaitis's user avatar

15 30 50 per page
1
2 3 4 5
8