I am not able to reproduce the nice multi-select mode of Dropdown component. I created the most barebones app possible and am seeing this behavior. I cannot change the selection. Chrome Console spits out some react errors.
Hey @PeterS, thanks for raising! This is actually “expected” right now. The components won’t really work properly until they have a callback assigned to them. There was a little note about this in the documentation, but it’s easy to miss:
Notice that these elements aren’t interactive yet: clicking on the checkboxes, dragging the slider, and entering text in the input doesn’t update the component. These components will become interactive in the final section of this tutorial on interactivity.
There have been a few questions about this already so I think that I’ll modify the behaviour of these components to work as expected without callbacks.