autofill Questions

29

Solved

I have design problem with Google Chrome and its form autofill function. If Chrome remembers some login/password it changes a background color to a yellow one. Here are some screenshots: How t...
Brindisi asked 27/5, 2010 at 10:30

3

Solved

In Google Chrome on MacOS (Version 75.0.3770.142) when I hover over an autofill suggestion the font size in the input becomes very small (also the font family changes) but after choosing the sugges...
Rawalpindi asked 28/7, 2019 at 16:29

1

I have an input field of type "tel" with autocomplete enabled. <input type="tel" name="phone" autocomplete="tel" /> In Safari (both iOS and macOS), w...
Renferd asked 1/6, 2021 at 19:26

4

I'm looking for complete list of form field names (<input name="…">) that are recognized by auto-fill functions in major browsers. Here are some I've found to work in Safari using trial-and-...
Zebada asked 22/6, 2009 at 14:15

5

I have two fields in my form which Chrome falsely identified as credit card numbers (one is for a phone number and one is for a fax number). There are also two fields for firstnames which Chrome th...
Typhon asked 2/6, 2016 at 14:46

9

Solved

Is it possible to selectively disable the autofill feature in text fields using code? I'm developing my custom code in ASP.Net AJAX to search for the suggestion in the database and I would like to...
Hinds asked 18/12, 2009 at 16:58

1

Error Message: [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: com.AnyPlay due to error: Cannot identify the calling app's process. Check teamID and bundleID in your app's appli...
Roper asked 20/11, 2020 at 19:34

5

Solved

I'm trying to turn autocomplete off in one of my rails forms. Here's what I've tried so far: # add it at the form level = form_tag admin_sessions_path, autocomplete: "off" do That didn't work. ...
Janae asked 16/7, 2014 at 13:9

1

The lastpass autofill icon appears on certain form fields, and on my site it has appeared unexpectedly on an input, with autocomplete="off", with no id and a name of CatName_autocomplete. I unders...
Sleeve asked 21/6, 2019 at 13:9

2

Minimal repro example (jsfiddle, you need a credit card saved in your browser to see this issue): <!DOCTYPE html> <html> <head> <title>Test</title> </head> <...
Josephson asked 29/9, 2020 at 11:3

3

I want a user's input to autofill the punctuation of a phone number in order to look like this (xxx) xxx-xxxx. This is my HTML code: <div class="form-group"> <label class="control-labe...

3

I have an activity that shows username UI, after entering that and tapping on continue button shows the enter password UI. On entering password and tapping on login button finishes the current acti...
Roethke asked 11/7, 2019 at 23:17

5

I have a form that represents an address and I'm using mat-select for the state/province. Unfortunately it's not autofilling the state/province (I'm assuming because it's not a native select). Here...
Urbai asked 9/12, 2017 at 5:27

1

Solved

I'm making an Ionic React app and am using Firebase to authenticate my user. One issue I'm facing is that on login/registration pages, if the user's username(email) or password is autofilled, that ...

1

I am trying to achieve like, when user already have their account. When they try to enter username and password i need to show the bottom popup to save your password like website ask to save our cr...
Subsumption asked 23/4, 2020 at 14:43

1

I have an edit text that takes in phone number. <androidx.appcompat.widget.AppCompatEditText android:id="@+id/et_mobile_number" style="@style/EditTextBoxNumeric" android:layout_width="match_...
Perversity asked 13/1, 2020 at 7:32

10

Solved

Android O has the feature to support Auto-filling for fields. Is there any way I can disable it for a specific application. That is I want to force my application not to use the auto-fill service. ...

1

I have Sign In and Sign Up forms in my app at startup. Password Autofill keeps suggesting a "New Strong Password" for the existing password field. I'm explicitly setting the contentType to .passw...
Sauger asked 4/10, 2018 at 21:47

1

So I'm trying to fill in the numbers between two cells in Google Sheets. I start with 270 and I need to get to 180 after several indefinite and varying empty cells in the column. I need the cells...

0

On my app I have multiple forms that ask for basic information from the user (name, email, address, etc). On Chrome we have the wonderful auto-fill feature. When looking at one of these forms and s...
Holguin asked 17/9, 2019 at 18:18

0

I'm currently adopting iOS Autofill feature for my app, and the default behavior from iOS is to add a yellow overlay in my textfield. I've been looking in the official documentation but there is n...
Hamartia asked 24/6, 2019 at 11:46

1

Crashlytics is reporting NullPointerException related to Auto Fill as shown below: Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.server.aut...
Axum asked 18/9, 2018 at 11:30

1

Solved

I'm implementing autoFill to my iOS app using this tutorial "iOS 12 Password Tools: Improving User Security and Experience" everything work fine but the iOS is not prompt me with UIAlert to save th...
Sharp asked 24/4, 2019 at 13:47

1

Solved

I have a web application written in HTML/PHP with a login screen. If a Chrome user logs in and navigates to a home page, the browser gives them the option of saving the password: Some of our use...
Sustentation asked 18/4, 2019 at 3:53

8

Solved

I have an asp page with some Textbox controls on it. By default, the browser will suggest previously entered values for each box. I'd like to prevent that behavior for some of the textboxes. Is ...
Elledge asked 13/3, 2012 at 14:38

© 2022 - 2024 — McMap. All rights reserved.