Sean Huggins
Sean Huggins
Can confirm `detachPreviousScreen: false` works for me as well as a temporary work around
@aforty could you re-open this issue? It's a nasty bug that's lots of folks are having and it's easily reproducible. I created an issue on it awhile back as well...
Same as #9891, #9883, possibly #9089
Thanks for the reply. I can't think of how that would help. Did you have an idea in mind?
Ah yeah I see, looks like that function could be a nice way to test equality of items So rather than `items.indexOf(selectedItem)` you could have ```js items.findIndex((item) => !selectedItemChanged(item, selectedItem))...
Could introduce `getItemKey` or maybe `itemToKey` (so that it's similar to `itemToString`) as an optional prop to make it a non-breaking change. Then wherever we have `items.indexOf(selectedItem)`, could replace with:...
This is great work, would love to see this merged.
Ran into this issue, what needs to be done to get this merged?
Just ran into this myself - agreed it would more intuitive if it was outside of the "Exclude" menu