0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/beige-zebras-ring.md
Martijn van der Ven bb1438d20d
Add autocomplete to button JSX type (#9522)
* Add autocomplete to button JSX type

This is “nonstandard and Firefox-specific” but often required when working with dynamic disabled state.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#autocomplete

* Run `pnpm exec changeset`
2023-12-25 11:18:42 -05:00

5 lines
88 B
Markdown

---
'astro': patch
---
Add support for autocomplete attribute to the HTML button type.