New H5P content type: Crossword
Submitted by otacke on Thu, 11/19/2020 - 16:02
Forums:
Hi all!
I just released H5P Crossword to the public. Feel free to check it out at https://www.olivertacke.de/labs/2020/11/19/some-things-take-time-h5p-crossword/ and download it there while it is waiting for review by the H5P core team.
Cheers,
Oliver
serettig
Thu, 11/19/2020 - 16:58
Permalink
Hi Oliver,Pretty cool! I
Hi Oliver,
Pretty cool! I really like how you've put attention to usability details!
One thing I've noticed is that Chrome tries to put in the town I live in when I click on the puzzle. Not sure if it's possible to disable auto-fill in these input fields, but it would make sense.
Sebastian
otacke
Thu, 11/19/2020 - 17:01
Permalink
Hi Sebastian!I did what I
Hi Sebastian!
I did what I could, but yes, I noticed the same on Brave :-( If you know some extra property, please let me know.
Best,
Oliver
serettig
Thu, 11/19/2020 - 17:06
Permalink
Setting the attribute
Setting the attribute autocomplete="new-password" disables auto-fillin, but it looks hacky and I'm not sure if this confuses the password managers of browsers when clicking on a submit button somewhere on the same page...
otacke
Thu, 11/19/2020 - 19:03
Permalink
Tried that for now and it
Tried that for now and it seems to be okay. Setting it on the input field and not on the form should be safe. MDN says it's not supported by IE11, but I can live with that :-) Thanks!