Skip to content

1.11.0

Compare
Choose a tag to compare
@fbeceic fbeceic released this 26 Mar 14:41
· 31 commits to master since this release

🐛 Bug Fixes

  • 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)