diff --git a/content/reference/client-attributes.md b/content/reference/client-attributes.md index 43d59dd..1ddcf52 100644 --- a/content/reference/client-attributes.md +++ b/content/reference/client-attributes.md @@ -1009,6 +1009,9 @@ Complete reference of all `lvt-*` and `data-*` template attributes. | `lvt-key` | Filter keyboard events by key | `lvt-key="Enter"` | | `lvt-mod:debounce` | Debounce delay in milliseconds | `lvt-mod:debounce="300"` | | `lvt-mod:throttle` | Throttle interval in milliseconds | `lvt-mod:throttle="100"` | +| `lvt-mod:skip-when-typing` | Suppress a keyboard binding while focus is in a text field | `
` | + +**`lvt-mod:skip-when-typing`** lets a global keyboard shortcut coexist with text entry. When the attribute is present, the binding does **not** fire if `document.activeElement` is (or is inside) an editable element — a text-like ``, `