Closed nfnot closed 1 month ago
Why is this necessary?
@andrasbacsai The autofocus is driving me nuts, it's always autocompleting with my personal email that I use to login in the platform... and since this triggers the automatic filter, it doesn't display any of services because there are no services matching my personal email...
In my case, when selecting a resource the search input is autofocused and autofilled that makes no resource appears. It's very annoying.
Or adding autocomplete="off"
could also be a fix here. That was you could start typing immediately if you really wanted, but it won't fill in our email addresses
Are you on the latest released version (347)?
I am asking, because on the latest version, every input box got the autocomplete="off"
by default, and only a few specific (username/password) has it.
Yes @andrasbacsai, I'm using the cloud version with the version 347
The autofocus is really frustrating. It keeps autofilling my email, which I use to log in, This triggers the automatic filter and shows no services because none of them match my email.
I am on 347, and see that autocomplete is set to off... I wouldn't have thought I would be getting the behavior I'm getting, but I'm hoping it's the autofocus, and that merging this fixed it
Okay, I will set autofocus off as well. It will be released tomorrow morning.
This is not enough. It should have a name autocapitalise off autocorrect off and autofill off and possibly even a type search to cover all cases. This has made coolify unusable.
Can you please check if it is better with v349? I cannot reproduce the issue.
This is not enough. It should have a name autocapitalise off autocorrect off and autofill off and possibly even a type search to cover all cases. This has made coolify unusable.
What are those autocapitalise, autofill off options? Input boxes does not have such thing as I know - but maybe I am wrong.
@andrasbacsai the problem was fixed, thank you!
This is not enough. It should have a name autocapitalise off autocorrect off and autofill off and possibly even a type search to cover all cases. This has made coolify unusable.
What are those autocapitalise, autofill off options? Input boxes does not have such thing as I know - but maybe I am wrong.
They are more valid html attributes that basically just tell chrome to leave this field alone 😂. Not fixed on my side.
@andrasbacsai still not fixed for me, upgraded to 349. Here is a Loom.
I'll see if I can fix it on my machine where it's definitely happening and submit a PR
@andrasbacsai also here still brken on 349.
here is a succesful example of how to mitigate autocomplete
<input class="native-input sc-ion-input-md" aria-labelledby="ion-input-0-lbl" autocapitalize="off" autocomplete="off" autocorrect="off" name="pf.username" placeholder="" required="" spellcheck="false" type="text">
it needs a name attribute, set as text and autocapitlize etc.. - please try this
On 355, and no longer a problem! Thank you!
Issues