ipywidgets
ipywidgets copied to clipboard
Fix wrong tag index in TagsInput when updated via python
This change fixes a bug in the TagsInput when the value attribute is updated from python with a list of different length than the widget currently has and the inputIndex in the frontend not being updated.
This leads to wrong insertions of new values