Óscar
Óscar
The preventSubmit setting should only be applied when the autocomplete list is visible. If the enter is pressed while the focus is on the input field the form should be...
You can easily support screen readers just by adding a few HTML attributes: https://accessibility.huit.harvard.edu/technique-aria-autocomplete
It would be useful to add a "loading" state class to the autocomplete input that could be used to add for example a background spinner to indicate that the autocomplete...
Is it possible to implement a [cookie paywall](https://blog.clickio.com/what-is-a-cookie-paywall-and-how-publishers-can-implement-it/) with the current version of Klaro? Not sure if this could be done (easily) just using the accept/reject event handlers.
**Jetty version(s)** Jetty 12.1.4 **Jetty Environment** ee11 **HTTP version** HTTP/2.0 **Java version/vendor** `(use: java -version)` openjdk 25 2025-09-16 LTS OpenJDK Runtime Environment Temurin-25+36 (build 25+36-LTS) OpenJDK 64-Bit Server VM Temurin-25+36...
**Is your feature request related to a problem? Please describe.** Munin graphs look blurry on HiDPI monitors. **Describe the solution you'd like** rrdtool [supports](https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html) HiDPI displays through `--zoom` parameter. Please...
Hello. I understand that Jackson 3 plans to better support formats other than JSON. In particular, for XML, it would be nice to have a method like `JsonNode.getArray(String element)` to...