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