autofill Questions

7

Solved

I am using angular material for all my controls. We have a requirement to disable auto-complete so that any previously typed value will not show up. I have my code as below. I tried autocomplete &q...
Boneyard asked 9/9, 2021 at 14:3

15

We want to disable autocomplete in Chrome browser in our React JavaScript application. We have tried a bunch of solutions available on the Internet but nothing worked. autoComplete=off is not relia...
Wellfound asked 15/5, 2018 at 10:10

1

I want Safari to autofill my complete Finnish phone number, with a + and international access code on any site that requires a phonenumber in a webform. I want Safari to autofill +358451234567 ins...
Telegu asked 7/12, 2021 at 14:41

3

i need override this "Automatic credit card filling is disabled because this form does not use a secure connection" error for local development and testing.
Bathypelagic asked 17/2, 2019 at 16:19

21

You might already know, that Safari has a nasty autofill bug where it fills email, username and password fields no matter if you set autocomplete="off" or not. Here's a basic form: <form actio...
Microspore asked 26/3, 2014 at 13:5

2

Solved

html5 now has some new attribute values for the autocomplete attribute to assist user-agents when autofilling forms. One of the new values, new-password, is used to tell the user agent to enter a n...
Siegler asked 5/5, 2018 at 5:56

3

The caret (blinking text input cursor thing) is missing when the form uses autocomplete. When you click into the input field there is no caret. Once you add or remove a character from the field th...
Grundyism asked 27/6, 2019 at 22:27

2

Solved

My issue happens in the following HTML document: <!doctype html> Search: <input type="search"> <!-- Display is none when logged in --> <div style="display: non...
Oxyacid asked 10/7, 2021 at 1:12

8

I've implemented all the app and server changes necessary to support Password Autofill on iOS 11, and it works well. I'd like it to work a little better. My username and password fields are UITextF...
Eindhoven asked 24/9, 2017 at 15:38

11

I have a login form, when the page is opened, Chrome automatically fills the credentials. However, onChange event of input elements are not being triggered. Clicking anywhere on the page makes the...
Boehmer asked 19/3, 2019 at 15:29

29

Solved

I have 2 basic forms: sign in and sign up, both on the same page. Now, I have no problem with the sign in form auto-filling, but the sign up form auto fills as well, and I don't like it. Also, the ...
Ayacucho asked 25/2, 2010 at 22:19

3

I found several questions similar to this but nothing has worked. I probably didn't get the basics of the autofill functions. I'm testing my code on an iPhone 11 Pro (physical device). I would like...
Tineid asked 8/5, 2021 at 14:44

4

Solved

I'm looking for a way to enable the autofill for a password textfield in a login form As a backup solution, I was thinking to save the password in the secure storage, and then, with the biometrics...
Berard asked 11/4, 2019 at 13:29

1

I'm having trouble fully understanding the autofill feature. The documentation on the Flutter website talks about the additional setup required for IOS. https://api.flutter.dev/flutter/material/Tex...
Predominate asked 11/8, 2021 at 9:38

10

Our UI test suites are showing some unexpected behaviour where our Create Password screen intermittently auto-completes both the username and password - this results in the test being failed. The ...
Lefthand asked 27/3, 2019 at 13:39

2

Hello dear StackOverflow users, i've encountered an annoying problem within my Xamarin.iOS app. Simply put, starting with iOS 17, a lot of my UITextFields now offer me the AutoFill function. When i...
Forgiveness asked 25/9, 2023 at 12:16

4

Solved

I Recently Noticed in Google Chrome it is showing blue color background for all inputs elements which are auto filled values
Benzedrine asked 1/3, 2019 at 9:36

3

Can anyone please show me how can i implement password manager like netflix in flutter, Like if user clicking on email textfield then show stored email and password like netflix does. Thank You.
Speculate asked 18/1, 2022 at 3:33

2

So, I would like that when I send an email via a Google Form (now it is possible to embed the whole form automatically in the message - I usually do this) the email of the recipient would already b...
Hautrhin asked 3/10, 2016 at 12:52

2

I'm trying to get email and password autofilled using the Google Password Manager. This seems to work on Android, but not for Web. Example: Form( key: key, child: AutofillGroup( child: Column( ...
Pediatrician asked 23/6, 2022 at 16:34

17

I've stumbled across this issue a couple of times in the last while, where Chrome ignores autocomplete="false" and autocomplete="off". It will now even ignore autocomplete=&quot...
Ninos asked 15/3, 2020 at 4:30

3

we're currently developing a Flutter app (Dart language). There is a Login Screen with two TextField's. The password field has obscureText: true, as property, which hides any input. Passwor...
Rhodian asked 27/10, 2018 at 14:52

41

Solved

How do you tell if a browser has auto filled a text-box? Especially with username & password boxes that autofill around page load. My first question is when does this occur in the page load se...
Ideality asked 29/7, 2012 at 9:20

2

I am integrating google smart lock in my android application but in some devices i am getting this error when trying to save credentials to google. I am using following code to save credentials - ...
Universalize asked 1/3, 2021 at 12:27

5

I want to catch or read OTP of SMS messages automatically. I did some tests like this code : import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends Stateles...
Urticaceous asked 4/1, 2021 at 7:42

© 2022 - 2024 — McMap. All rights reserved.