FullPageOS icon indicating copy to clipboard operation
FullPageOS copied to clipboard

Autofill / suggestions help - new to Pi

Open baillyj opened this issue 2 years ago • 4 comments

What were you doing?

Running page in fullpageOS, browser is showing suggestions for previously entered users in webpage text field

What did you expect to happen?

Using this for our online timeclock and want to make sure nobody's username populates when clicking on the text field.

What happened instead?

As of right now, the browser saves suggestions after a user logs in. Clicking hide suggestions only hides the window that appears and will show up once a user clicks on the text field again.

Was there an error message displayed? What did it say?

No error as it is running as expected. Just need some assistance in possibly customizing the behavior to fit our needs and not sure how to go about this as I am a beginner to Pi building.

Version of FullPageOS?

Just built this SD card so hopefully most current - shows 0.12.0 in fullpageos_version

Screenshot(s) showing the problem:

C6E8CA1E-85C0-408B-9229-8885C17D062F

[If applicable. Always include if unsure or reporting UI issues.]

If you are building FullPageOS - provide a build.log that is created for the build

baillyj avatar Jul 21 '22 16:07 baillyj

You can disable autocomplete by doing this:

  1. In Chrome > Settings > Advanced > Passwords and Forms, uncheck "Enable Autofill to fill out web forms in a single click"

Source: https://bugs.chromium.org/p/chromium/issues/detail?id=468153

guysoft avatar Jul 24 '22 11:07 guysoft

Related: https://github.com/guysoft/FullPageOS/issues/105

guysoft avatar Jul 24 '22 11:07 guysoft

add this attribute *without parentheses ( autocomplete="off" ) to your html input !

2O23 avatar Nov 06 '22 01:11 2O23

Is there a solution here worth adding to the wiki?

guysoft avatar Apr 11 '23 13:04 guysoft