Category "autocomplete"

Input[type="date"] autocomplete [closed]

Autocompletion is not working for input[type="date"] with the autocomplete="bday" attribute. I saw that there is no handling of bday in Chromi

Javascript Autocomplete doesn't clear suggestion with no input

I watched a tutorial on how to use Javascript with Autocomplete using a JSON file and Fetch. Everything works fine; except for the following: If I clear the inp

Bash completion scripting - getting a "transparent proxy"-like behaviour

I am trying to write a simple Bash completion script for a program that runs its arguments as a command. A good example of this is kind of program is the prime-

Angular 2 and browser autofill

I'm implementing login page with Angular reactive forms. Button "login" is disabled if form is invalid. import { Component, OnInit } from '@angular/core'; impo

Visual Studio Code | How to get Javascript class methods and variables to auto appear while coding in an HTML file

BACKGROUND Just in case this helps you understand the problem. I came from coding in XCode with swift, back to Visual Studio Code to work on some web developmen

React-native White square when keyboard dismiss

I could use a little help here. I made a form to register a trip, it works, that's cool. But when I want to use the keyboard and then dismiss it, it leaves a w

Change the mat-autocomplete width?

It seems like the <mat-autocomplete> width is always the width of the input we're typing in. Is there no way to make it larger? I have a very small input

ERROR TypeError: Cannot read property 'slice' of undefined---Typescript

how are you? I have one problem 'slice' of undefined in my project. I use autocomplete material https://material.angular.io/components/autocomplete/examples M

2019, Chrome 76, approach to autocomplete off

There are are few posts out there about this. You spend hours going through each answer, testing, reading comments, to find that there is no solution. What have

How to avoid browser considering my inputs as credit card numbers? (they are not!)

In one of my webpages, Chrome is considering some number inputs as credit card numbers, and they are not, and I don't want users thinking I'm asking them such i

ant design onSelect is not firing

I'm trying to use Autocomplete from Ant Design, but the "onSelect" is not firing. Everything else is working well - when I type into the search bar, my ingredie

Autocomplete shows only message N results are available, use up and down arrow keys to navigate. instead show list

my problem is clear. I'm using jquery autocomplete and i don't know why it shows me only the message: 9 results are available, use up and down arrow keys to n

A component is changing an uncontrolled Autocomplete to be controlled

Can you tell me that why I'm getting error "A component is changing an uncontrolled Autocomplete to be controlled. Elements should not switch from uncontrolled

Unable to update react state with an array

I can make a successful call to getApiSuggestions with data returned. However I'm unable to assign this to my state. As you can see my console output shows tha

Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (Version 21.0.1180.89). Despite both the i

How to disable autocomplete for all major browsers

How do you disable Autocomplete in the major browsers for a specific input and/or the complete form. I found this solution: <input type="text" name="foo" a

Eclipse autocomplete not working

The autocomplete of eclipse is not working now and I searched for hours but I couldn't find an answer to solve it. I haven't used it for long time then the firs

Google Chrome autofill background color change?

I'm trying to get the autofill background color on my inputs changed. The accepted answers online seem to be something along the lines of: Removing input back

Google Maps API not returning some postal codes (French cities)

I have an autocomplete field on my rails app, which is not returning the postal_code for some French cities, whereas they actually DO exist (and since all citie

UITextField Autocomplete?

I am trying to figure out if there is a way to implement an autocomplete functionality in a UITextField for specific values. I know that the UITextField can d