Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [autocomplete]

Autocomplete is a UI feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

0 votes
0 answers
23 views

Autocompletion tooltip when dev tool is opened

Does anyone have any idea how to get rid of this? I mean that Devtools testing autocomplete tooltip. What I tried to far: in devtool -> settings -> source -> turn automplete off click on ...
domjanzsoo's user avatar
0 votes
0 answers
24 views

Creating a custom Qcompleter in pyqt5

I want to create a custom qcompleter in pyqt5 to suggest some saved words and suggest again whenever '+' is typed. def setup_completer(self, input_field): """Set up ...
wail's user avatar
  • 1
0 votes
0 answers
16 views

jboss tools and wtp not doing auto-complete

I have a fresh eclipse, just downloaded. I then added jboss and wtp to the eclipse. I then imported an existing JSF project and I create a new very simple JSF project with backing bean and one xhtml ...
user26533539's user avatar
0 votes
0 answers
15 views

Why isnt the AntD form component saving the input into the browsers autocomplete feature

Im using the antd package for my Form and Input. For some reason its not preserving the users input for the next session. I gave the input a name attribute along with using autoComplete="on" ...
Spencer 's user avatar
0 votes
0 answers
37 views

Mublazor Autocomplete Render Custom HTML

I have to display cities of a country in a Group form, for example my data source is a dictionary like Country1 City1 City2 City3 Country2 City1 City4 City5 City6 If user search for City2, I need to ...
Ali's user avatar
  • 1,189
-3 votes
0 answers
15 views

AI how to create lots of fake data [closed]

I want to create a language app and I am looking for AI that can create content like: { "languageId": "669fca37cc9e7ad4e853bb90", "categoryId": "...
Konr Fth's user avatar
-3 votes
1 answer
60 views

How to do not appear password autofill in chrome and edge through code?

How to do not appear password autofill in chrome and edge through code? I have tried many times in reference to below site. Disabling Chrome Autofill 🔸list what I have tried 1. autocomplete = "...
Ella SEON's user avatar
1 vote
2 answers
48 views

mat-autocomplete not showing options Angular

I'm trying to implement material autocompleter in my Angular 8 application, but options are not being displayed. As you can see, I've already tried applying z-index: 9999 as advised in Angular mat-...
StzEZ's user avatar
  • 41
0 votes
1 answer
22 views

Force Python auto-imports from current package to be prefixed with this package's name

I use Python and Pylance extensions in VSCode. In my own package that I'm editing, the automatically added imports (with setting "Import Format: absolute") look like this: from mydirectory....
JoannaFalkowska's user avatar
0 votes
0 answers
22 views

JQuery Autocomplete function is triggering multiple times

I need to set a search bar in my code where it will retrive the data of the products present in the database.Here in the same project they have used the exact code to do the product search I used that ...
Guru1804's user avatar
-1 votes
0 answers
13 views

How vscode suggest third-party library's component

how vscode under the hood suggest third party library's components and its props. suppose i created a react project and installed material ui library. when i type it already suggest AccordionSummary ...
Subham Kumar's user avatar
0 votes
0 answers
17 views

How can I make Codeium in VScode suggest me autocompletions after a specific amount of time, e.g. 5 seconds?

Codeium is a VScode extension which I use in React for autocompletion & suggestions. The problem is that it's suggesting too soon for my preferences. Is there a way to configure it? I tried ...
Christine Tzani's user avatar
1 vote
1 answer
20 views

Change VS Code autocomplete attribute type for className from string to object

I'm working in NextJS using Typescript and CSS Modules and I'm wondering if there's a way to change the type of the autocomplete suggestion. Currently, when I hit enter on the suggestion from the ...
john's user avatar
  • 31
-1 votes
0 answers
13 views

Mapbox forward api returns incorrect UK postcode suggestions

I am trying to geocode a UK postcode into latitude, longitude values. The autocomplete suggestions returned underneath are not an exact match, even though an exact match exists. I have reproduced this ...
F F's user avatar
  • 149
0 votes
1 answer
27 views

Is there a way to safely but thoroughly forget a git branch after it is deleted?

It is handy to be able to press the tab key and get automated command completion, such as to fill out the remainder of the name of a branch. However, if one types... git switch de[tab] ... and there ...
Eric's user avatar
  • 483

15 30 50 per page
1
2 3 4 5
1125