Skip to content

10.0.5

Compare
Choose a tag to compare
@zdrawku zdrawku released this 20 Jul 12:50
· 155 commits to 10.0.x since this release
ce2db57

Bug fixes

  • Related to #7282 - make onSearchInput cancellable - Make onSearchInput event cancellable. The event args type has been changed to IComboSearchInputEventArgs, which have the following properties: searchText - holds the text typed into the search input, owner - holds a reference to the combo component and cancel - indicates whether the event should be canceled.
  • API docs changes - Fixing the order of versions in the dropDown

Feature requests

  • Calendar events when the user changes month/year #7039
    viewDateChanged emitted after the month/year presented in the view is changed after user interaction.
    activeViewChanged event emitted after the active view (DEFAULT, YEAR, DECADE) is changed after user interaction.