IgniteUI / igniteui-xplat-docs

cross-platform docs for Ignite UI for Angular, Blazor, React, and WebComponents
10 stars 4 forks source link

Blazor Chip is not removed from the page even after the remove button is clicked #438

Open ymita opened 2 years ago

ymita commented 2 years ago

Steps

  1. Go to https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/chip#blazor-chip-example
  2. Click the remove button on the chip control

Expected behavior: There should be a few Chip controls that can be removed from the page.

Actual behavior: Chip control remains on the page.

Compared to Angular Chip sample page, the Angular sample implements removing logic so that the chip is removed from the page once the removed button is clicked. This is more intuitive from customers' perspective. Would you implement the Blazor Chip sample as same as the Angular one?

HUSSAR-mtrela commented 1 year ago

@agoldenbaum add 2 more Chip controls and make all Chips hidden/removed when close button is pressed. Also, add a new Reset button to recreate 3 Chip controls