v0.15.5
·
1135 commits
to refs/heads/main
since this release
What’s Changed
🐞 Bug fixes
SelectField
required explicit type annotations to work. If you were doing that, the code won't compile anymore since we removed the second type parameter. The easiest fix is to remove the explicit type annotation.
- Allow passing Children to CheckboxField label (#461) @gabro
- Allow deselecting an option when clicking in SelectField (#460) @gabro