4 Commits

Author SHA1 Message Date
MikeMoolenaar
eff9a0ba25
Improve active-search example by not using chrome-only event "search" (#2229)
* Improve active-search documenation by not using chrome-only type 'search' input

* Fix typo

* Restore input type to search
2024-12-16 10:25:02 +01:00
Viktor Szépe
31a0416368
Fix double-encoded UTF-8 characters (#2371)
* Fix double-encoded UTF-8 characters

* fix city name in active-search.md

https://en.wikipedia.org/wiki/Str%C3%A9e
2024-05-15 12:20:18 -06:00
Alexander Petros
2e5f813c91
Replace keyup with input event (#1952)
`keyup` only works with a keyboard, and ignores pasting with a right click or programmatically updating the value with JS. 

`input` is a better event for detecting any "inputs to the input".

Co-authored-by: Sam Eaton <sam@eaton.party>
2023-11-08 22:33:26 +01:00
Daniel J. Summers
f690d92834 Replace www directory 2023-03-18 11:29:38 -04:00