Can't remove chips?

Author: silas229Created Nov 10, 2018Updated Dec 6, 2024

Hi, I can't remove my chips.

Expected Behavior

Chip is removed when clicked bs3r5v

Current Behavior

Chip isn't removed when clicked gyr00b

Possible Solution

idfk

Steps to Reproduce (for bugs)

Chip init:

$('.mannschaften').chips({
	autocompleteOptions: {
		data: {
			'G-Jugend': null,
			'F-Jugend': null,
			'E-Jugend': null,
			'D-Jugend': null,
			'C-Jugend': null,
			'B-Jugend': null,
			'A-Jugend': null,
			'Herren': null,
			'1. Herren': null,
			'2. Herren': null,
			'3. Herren': null,
			'Alte Herren': null,
			'Damen': null,
			'1. Damen': null,
			'2. Damen': null,
			'3. Damen': null,
			'Alte Damen': null
		},
		limit: 3,
		minLength: 1
	},
	placeholder: 'Mannschaft hinzufügen',
	secondaryPlaceholder: 'Weitere Mannschaft hinzufügen',
	data: [
		{tag: 'admin'},
		{tag: 'hi'},
		{tag: 'test'}
	]
});

Your Environment

  • Version used: 1.0.0
  • Browser Name and version: Chrome 70
  • Operating System and version (desktop or mobile): Windows 10