react-functional-select v2.9.4 Release Notes
Release Date: 2020-11-25 // about 4 years ago-
โก๏ธ Update to rollup + babel configuration resulting in a smaller, more optimized bundle.
Previous changes from v2.9.3
-
๐ Change Log
๐ ๐ Bugfix
- ๐ Fix for issue #20 (Accessibility issue/question) - make control eligible for
tabIndex
by setting<input>
element withtabIndex
of 0 (instead of -1) - ๐ Improve type support for various objects - apply custom
PartialDeep
type recursively to all sub-properties/sub-objects ofTheme
to provide more flexibility when defining partials in consuming components
- ๐ Fix for issue #20 (Accessibility issue/question) - make control eligible for