Robin

Results 194 comments of Robin

I ended up removing these autofocus behaviors recently because autofocus is often [recommended against](https://brucelawson.co.uk/2009/the-accessibility-of-html-5-autofocus/) in [accessibility guidelines](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/no-autofocus.md), but there is certainly an argument to be had that our lobby view...

Hopefully we can fix this as part of the settings redesign

This warning is appearing in a project I'm working on due to the following TSX code snippet: ```typescript ``` jsx-ast-utils is at 3.3.5, and @babel/parser is at either 7.23.0 or...

Hi @hugohutri and @DashieTM, really sorry to have let this PR languish. Unfortunately, the reality is that we don't have the product or design bandwidth to support a feature like...

We probably just need to set `autocomplete="name"` or `autocomplete="off"` on the field

oh no… it already has `autocomplete="off"` :confused:

Hi @somerandomguy24, we just shipped some fixes that are supposed to make Element Call work better with resistFingerprinting enabled, though still none of us have been able to reproduce your...

Thank you for your interest, but this issue is already resolved.

@kenwuuu, Here's an example that should show why we need to turn keyword highlights into pills if we are to remove the red text color: ![Screenshot 2023-04-05 at 15-03-35 Element...