Closed
Description
- Create a legend with groupby items, in editable mode
- Delete one of the default labels -> after blur, it stays empty (the default label should come back).
- Do something else that redraws the graph (including typing in another label) -> now the default label comes back
see https://codepen.io/alexcjohnson/pen/erNPjB?editors=0010 - based on the mock at
plotly.js/test/jasmine/tests/legend_test.js
Lines 918 to 931 in 4ed586a