﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35911	FilteredSelectMultiple Widget Not Functional in Inline Formset After Form Deletion	ulr0	Antoliny	"In the Django admin interface, when using an inline formset that includes a FilteredSelectMultiple widget, 
deleting a form causes the FilteredSelectMultiple widget below the deleted form to become non-functional.

It appears that this issue may stem from how the id attribute index is dynamically updated when forms are added or deleted. 
The SelectFilter event listener seems to register the initial id at the time of SelectFilter creation. 
When the id changes, the event listener does not update, which causes the filter functionality to break.


**Steps to Reproduce:**

1. Open an inline formset in the Django admin that contains a FilteredSelectMultiple widget.
2. Delete one of the forms within the inline formset.
3. Observe that the FilteredSelectMultiple widget below the deleted form no longer functions correctly, with the filtering feature disabled.

**Video Demonstration**: A video demonstrating this issue can be found here. (https://drive.google.com/file/d/17zkF5I7Cf5NMW2_qU1vroPm8ef6ukyDl/view?usp=sharing)"	Bug	assigned	contrib.admin	4.2	Normal		inlines, SelectFilter2, FilteredSelectMultiple	ulr0	Accepted	1	0	0	1	0	1
