htmly icon indicating copy to clipboard operation
htmly copied to clipboard

Title autocomplete

Open dotziph opened this issue 3 years ago • 6 comments

image This really bugs me and probably a few other people. I did try fixing it myself but I don't know that much about coding. Also thank you for making this its really great and easy to setup.

dotziph avatar Feb 05 '22 22:02 dotziph

That's a feature of your web browser. You could either clear your browser's cache before adding a new post or by removing previous entries from the list by pressing the Del key when the entry is highlighted.

bttrx avatar May 28 '22 21:05 bttrx

Thanks! But still adding something to have it not happening would be great.

dotziph avatar May 29 '22 23:05 dotziph

Hi dotziph, Please can you try if this could be coded in your theme? Thanks!

Hjertesvikt avatar May 30 '22 07:05 Hjertesvikt

Thanks! But still adding something to have it not happening would be great.

At line 90 of system/admin/views/add-content.html.php change: <input autofocus type="text" class="form-control text ... to: <input autocomplete="off" autofocus type="text" class="form-control text ...

Beware! This is a quick hack to HTMLy core. So, whenever this file is overwritten by an update, you have to change it again.

bttrx avatar May 31 '22 20:05 bttrx

Thanks! But still adding something to have it not happening would be great.

At line 90 of system/admin/views/add-content.html.php change: <input autofocus type="text" class="form-control text ... to: <input autocomplete="off" autofocus type="text" class="form-control text ...

Beware! This is a quick hack to HTMLy core. So, whenever this file is overwritten by an update, you have to change it again.

Thanks for this info!

dotziph avatar Jun 02 '22 16:06 dotziph

You're welcome. If that worked for you, please close this issue afterwards.

bttrx avatar Jun 02 '22 18:06 bttrx