mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
bb1438d20d
* 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`
5 lines
88 B
Markdown
5 lines
88 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Add support for autocomplete attribute to the HTML button type.
|