Completed
Last Updated: 02 Mar 2021 13:01 by ADMIN
Release 2.23.0
Kristofer
Created on: 26 May 2020 11:39
Category: MultiSelect
Type: Bug Report
6
OnChange should fire when the user removes an item from the taglist or clears all items

At the moment, the OnChange even fires when:

  • the user selects an item from the dropdown
  • the user blurs the input
  • the user presses enter in the input

The problem with the multiselect is that we have two extra actions:

  • remove an already selected item from its own [x] button - OnChange does not fire even though the value changes
  • clear all items with the ClearAll button - OnChange does not fire even though the value changes
  • delete items with the backspace key

 

1 comment
ADMIN
Marin Bratanov
Posted on: 26 May 2020 11:42

A workaround is using the ValueChanged event which fires in all cases: https://docs.telerik.com/blazor-ui/components/multiselect/events#valuechanged

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.