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
ariaLabel prop was removed from Button component. Should use aria-label which is an HTML attribute.
Fixes
Caret position issue was fixed for the locale numbers. #100
formatNumber utility was added again for the locale numbers.
Input component which type is number, can have negative numbers.
Input component which type is number, can have leading zero only if shouldFormatToLocaleString and maximumFractionDigits is not defined and if the input value is not negative.
Button component can have ref prop with useRef<HTMLButtonElement>. #102
FileUploadButton component can have ref prop with useRef<HTMLLabelElement>.