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
Fixed CheckboxGroupField & RadioGroupField error handling by making validation consistent with other field components (#184)
Fixed Select and Autocomplete (with multiple selection) input references for successful component detection inside the DOM (#193)
Fixed children handling and detection of DropdownMenu in order to avoid ghost items inside the dropdown (#191)
Fixed redundant DateRangeInput(Field) focus triggering when switching to another form element after choosing a date range (#198)
Fixed an issue when the clear button of Select component unintentionally submits a form (#196)
⚡ Component Improvements
Implemented a scroll to error functionality to forms by providing a scrollToError prop to FormContainer and a useScrollToError hook for manual usage inside Formik forms (#167)
Implemented initialHtml and onHtmlChange props which add functionality to RichTextEditor (#189)
Added possibility of defining an empty string as a thousandSeparator prop of NumberInput(Field) (#159)
Added an onClick prop to DataTable (which functions similarly to onDoubleClick) for enabling click events on table rows (#201)