tagged [autocomplete]
Override Winforms ComboBox Autocomplete Suggest Rule
Override Winforms ComboBox Autocomplete Suggest Rule I'm trying to modify the behaviour of a Windows.Forms ComboBox so that the AutoComplete drop down displays items according to the rules I specify. ...
- Modified
- 20 Jun at 09:12
AutoComplete textbox and "Hide Pointer While Typing" in windows
AutoComplete textbox and "Hide Pointer While Typing" in windows How can the "Hide Pointer While Typing" option be disabled by application? I'm having an issue with the cursor hiding and not getting it...
- Modified
- 14 Nov at 17:5
Style jQuery autocomplete in a Bootstrap input field
Style jQuery autocomplete in a Bootstrap input field I have implemented a jQuery autocomplete function to a Bootstrap input. The jQuery autocomplete is working fine but I want to see the results as a ...
- Modified
- 6 Aug at 03:48
Visual Studio Code Order In AutoCompletion
Visual Studio Code Order In AutoCompletion I recently switched to Visual Studio Code and I love it! It starts so quickly andI just enjoy the open source environment more than Visual Studio. But there'...
- Modified
- 8 May at 21:40
How to get jQuery dropdown value onchange event
How to get jQuery dropdown value onchange event I have added two jQuery UI Dropdown Autocomplete script. Now I want get both value onchange of second dropdown and want to store separately in variable....
- Modified
- 8 Jan at 14:7
Disabling Chrome Autofill
Disabling Chrome Autofill I have been running into issues with the chrome autofill behavior on several forms. The fields in the form all have very common and accurate names, such as "email", "name", o...
- Modified
- 8 Nov at 13:0
Disable browser 'Save Password' functionality
Disable browser 'Save Password' functionality One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Informa...
- Modified
- 10 Oct at 15:3
textbox auto complete (Multi Line)
textbox auto complete (Multi Line) I am making a auto suggestion / complete textbox in C#, i followed below link, but text box isnt showing the suggestions [How to create autosuggest textbox in window...
- Modified
- 23 May at 10:29
.autocomplete is not a function Error
.autocomplete is not a function Error below is my My Code And my Html code is ```
- Modified
- 25 Oct at 13:25
In Rails, What's the Best Way to Get Autocomplete that Shows Names but Uses IDs?
In Rails, What's the Best Way to Get Autocomplete that Shows Names but Uses IDs? I want to have a text box that the user can type in that shows an Ajax-populated list of my model's names, and then whe...
- Modified
- 7 Dec at 19:20
WinForms ComboBox DropDown and Autocomplete window both appear
WinForms ComboBox DropDown and Autocomplete window both appear I've got a `ComboBox` on a winforms app with this code: ``` comboBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend; comboBox1.AutoCo...
- Modified
- 27 Mar at 20:30
How to continue typing after auto-completed pair of brackets/double-quotes?
How to continue typing after auto-completed pair of brackets/double-quotes? If you're a programmer you know how important is it to stay on the keyboard and keep the typing flow and simple. Latest vers...
- Modified
- 15 Jan at 01:41
Resharper - Disable 'help' when using "prop" shortcut in C#
Resharper - Disable 'help' when using "prop" shortcut in C# I'm getting quite annoyed with a feature of Resharper that I just cannot find how to disable independently. With Resharper turned off, whene...
- Modified
- 8 Oct at 09:26
JQuery UI Autocomplete not reaching ActionResult C# MVC
JQuery UI Autocomplete not reaching ActionResult C# MVC I have read many posts with the same issue, but none help, so apologies for the duplicate question :( Ive followed the simple sample on the JQue...
- Modified
- 16 Feb at 08:39
ComboBox AutoComplete on SubString
ComboBox AutoComplete on SubString In one of my WinForms applications, I have a window with a ComboBox for the user to select a customer from. The customers in this list box are in this format : "Cust...
- Modified
- 12 Sep at 12:3
How can I dynamically change auto complete entries in a C# combobox or textbox?
How can I dynamically change auto complete entries in a C# combobox or textbox? I have a combobox in C# and I want to use auto complete suggestions with it, however I want to be able to change the aut...
- Modified
- 20 Jun at 09:12