v0.7.1
0.7.1 (2023-07-20)
Bug Fixes
- input: clear button showing up when disabled (#368) (df4c983)
- input: focus style missing on consumer apps (#371) (b573d5e)
- input: set native input
idfromnameprop value (#370) (8e5b848)
What's Changed
- input: avoid focus and blur events being emitted while disabled by @dgonzalezr in #368
- input: fallback to
id="input"if no name value has been provided by @dgonzalezr in #370 - input: focus style missing on consumer apps by @dgonzalezr in #371
- We made the focus inherit from Tailwind config focus, just need to set different values for
--bq-ring-width,--bq-ring-offset-width, and--bq-ring-color-focus. - Make sure to emit
bqInputon clear action too.
- We made the focus inherit from Tailwind config focus, just need to set different values for
Full Changelog: v0.7.0...v0.7.1