ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Fix wrong tag index in TagsInput when updated via python

Open s-weigand opened this issue 1 year ago • 1 comments

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 TagsInput-bug

s-weigand avatar Nov 17 '23 23:11 s-weigand

Binder :point_left: Launch a binder notebook on branch s-weigand/ipywidgets/fix-tag-input

github-actions[bot] avatar Nov 17 '23 23:11 github-actions[bot]