- Annoyance
As also reported in version 6.6.6 auto complete on image selection can pop up over the list of images.
Adding
autocomplete="off"
to the <input> makes it so the browser won't suggest anything, and only show the list.
<input type="text" autocomplete="off" data-pickcloseonfile="true" data-pickfilter="iso" data-pickmatch="^[^.].*" data-pickroot="/mnt/user/isos/" name="media[cdrom]" class="cdrom" value="" placeholder="Click and Select cdrom image to install operating system">
