Skip to content
Compare
Choose a tag to compare
@imodeljs-admin imodeljs-admin released this 17 Oct 16:49
· 91 commits to main since this release
1814cdc

Patch Changes

  • #2297: More robust fix for an issue where nested Popovers were automatically closing due to faulty "outside click" detection.
  • #2295: ComboBox with multiple={true} properly clears its input's value whenever the filter is cleared. e.g. when an option is toggled or the combobox is unfocused.
  • #2288: Table now displays development-only console warnings when both subRows and subComponent are simultaneously passed to it.
  • #2301: Fixed arrow keys page navigation in TablePaginator.
  • #2303: TablePaginator shows ellipses only whenever needed.