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 DateInput(Field) not closing its date picker when pressing the Tab key to switch focus (#219)
Fixed Pagination page number buttons accidentally submitting the form if rendered inside of it (#228)
⚡ Component Improvements
Added dangerouslyBypassFocusLock prop to Modal which removes strict focus from the component on render, enabling other components to receive focus (#217)
Improved FileBrowser context by providing additional currentPath parameter to fetchDirectory function prop (#230)