You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🐛 Bug Fixes
SidebarNavigation, TopNavigation: fixed inconsistent behavior of dropdown defined as the topRightAction prop on mobile (#73)
⚡ Component Improvements
Autocomplete(Field): added optional valueTransform prop that determines how the input value should be transformed when the user types into the input field (#104)
DateInput(Field), DateRangeInput(Field), DateTimeInput(Field): added possibility of highlighting current date
in date picker through highlightToday prop (#91)
IntlProvider: drastically reduced the list of components which require IntlProvider for functioning (#65)
Date: usage is possible without IntlProvider through newly added format prop
DateInput(Field), DateRangeInput(Field), DateTimeInput(Field): usage is possible without IntlProvider and is customizable through the dateFormat prop (defaults to 'MM/dd/yyyy' if not defined)