All notable changes to filament-input-select-affix
will be documented in this file.
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #10
- Laravel 11 support 🎉 by @adam-code-labx in #11
- @adam-code-labx made their first contribution in #11
Full Changelog: https://github.com/marvinosswald/filament-input-select-affix/compare/0.1.2...0.2.0
0.1.2
- fix select component state hydration, which allows setting a default value - issue #9
Full Changelog: https://github.com/marvinosswald/filament-input-select-affix/compare/0.1.1...0.1.2
- remove
overflow-hidden
from input wrapper so->native(false)
works as expected.
initial release - not production tested yet