autofill

Which Attributes Does Chrome Autofill Expect?

不问归期 提交于 2019-12-01 15:56:23
I was hoping to tie our site in with Chrome's Address Autofill, but I can't find any reference for how it expects the forms to be presented. I'm guessing it's looking for something pretty specific in the name= fields of the forms, but a good reference would be nice, instead of having to reverse engineer it. At the moment, Chrome fills none of our forms, but Safari fills most of them. At the risk of asking two questions at once: anyone got a reference for safari as well? Safari seems to be using our title= fields... It doesn't use this standard, does it? http://www.ietf.org/rfc/rfc3106.txt

Style Autofill or Autocomplete Default Browser Dropdown

不羁的心 提交于 2019-12-01 08:17:27
Is there some type of css prefix, plugin, javascript, or jquery that allows you to style the default browser autocomplete/autofill dropdown . Not for a search field... but for <input type="email"> I already use input:-webkit-autofill , input:-webkit-autofill:hover , and input:-webkit-autofill:first-line to change the appearence of the yellow background, the font-family, color, etc. (in Chrome) Now I'm trying to override the default look of the dropdown - which is generated by your browser. I'm trying to customize the appearence, text color, :hover color, font, etc. for all Username/Email

Style Autofill or Autocomplete Default Browser Dropdown

做~自己de王妃 提交于 2019-12-01 05:27:21
问题 Is there some type of css prefix, plugin, javascript, or jquery that allows you to style the default browser autocomplete/autofill dropdown . Not for a search field... but for <input type="email"> I already use input:-webkit-autofill , input:-webkit-autofill:hover , and input:-webkit-autofill:first-line to change the appearence of the yellow background, the font-family, color, etc. (in Chrome) Now I'm trying to override the default look of the dropdown - which is generated by your browser. I

Remove new Firefox autofill color

只愿长相守 提交于 2019-12-01 01:00:01
A few days ago my Firefox Developer Edition updated to version 67.0b2 (64 bit). Since then all autofilled input fields have a yellow background, on literally every website. How can I get rid of the yellow autofill color? Changing inset box-shadow color doesn't seem to work like it does in Chrome. After few sleepless nights I've finally figured out how to get rid of the autofill colors! It's really simple, all you have to do is to add this to your css: input { filter: none; } It's because at the bottom of view-source:resource://gre-resources/forms.css we can see this: :-moz-autofill, :-moz

AngularJS - using a form and auto-completion

穿精又带淫゛_ 提交于 2019-11-30 22:48:50
I have the following code in a partial page used for login... <div class="container"> <form autocomplete="on" data-ng-submit="checkCredentials()" class="form-signin"> <h2 class="form-signin-heading">Login page</h2> <label for="email"> <b>User e-mail</b> </label> <input required autocomplete="on" name="email" type="text" data-ng-model="modelLogin.email" class="input-block-level" placeholder="Email address"> <label for="pass"> <b>Password</b> </label> <input required autocomplete="on" name="pass" type="password" data-ng-model="modelLogin.password" class="input-block-level" placeholder="Password"

Disable Google Chrome Autocomplete / Autofill / Suggestion [duplicate]

拥有回忆 提交于 2019-11-30 18:43:44
This question already has an answer here: Disabling Chrome Autofill 68 answers I want to disable google chrome autocomplete / autofill / use password suggestion Something similar with autocomplete="off" (this one is not working). The code is as following loginpage.php <form class="form-method" method="post"> <span class="form-fill"> <text>Username</text> <input placeholder="Username" required/> <text>Password</text> <input type="password" placeholder="Password" required/> <button type="submit"></button> </span> </form> anotherform.php <form method="REQUEST" class="vp-method"> <input type=

AngularJS - using a form and auto-completion

爷,独闯天下 提交于 2019-11-30 17:35:33
问题 I have the following code in a partial page used for login... <div class="container"> <form autocomplete="on" data-ng-submit="checkCredentials()" class="form-signin"> <h2 class="form-signin-heading">Login page</h2> <label for="email"> <b>User e-mail</b> </label> <input required autocomplete="on" name="email" type="text" data-ng-model="modelLogin.email" class="input-block-level" placeholder="Email address"> <label for="pass"> <b>Password</b> </label> <input required autocomplete="on" name=

Autofill Username and Password UIWebView Swift

Deadly 提交于 2019-11-30 15:30:45
I've found many ways to autofill a username and password in objective-c, but I can't figure out how to make it work with Swift. What would be the Swift equivalent of this code and would this work for what I am trying to accomplish? Thanks - (void)webViewDidFinishLoad:(UIWebView *)webView { // Auto fill the username and password text fields, assuming the HTML has // <input type="text" name="username"> and // <input type="text" name="password"> NSString *savedUsername = [[NSUserDefaults standardUserDefaults] objectForKey:@"USERNAME"]; NSString *savedPassword = [[NSUserDefaults

INSERT a number in a column based on other columns OLD INSERTs

我们两清 提交于 2019-11-30 09:08:38
问题 In PostgreSQL I have this table... (there is a primary key in the most left side "timestamp02" which is not shown in this image, please don't bother, its not important for the purpose of this question) in the table above, all columns are entered via queries, except the "time_index" which I would like to be filled automatically via a trigger each time each row is filled. This is the code to create the same table (without any value) so everyone could create it using the Postgre SQL query panel.

How can I prevent Firefox's Autocomplete?

假装没事ソ 提交于 2019-11-30 06:36:40
问题 There's several section of our site where the user needs to enter some information, and Firefox's auto fill takes over when the page loads - mostly incorrectly! For example, there's a "Fax Number" field that for some users Firefox keeps filling in with their email address. If they don't see this and they go to submit the form out validators complain to them that it isn't a valid number format. This really has our sales guys worried because when they go to look at a customers page, they