Grid -> ComboBox

Hi @sematik, the snippet is working now.
Great step forward, just a few points for improvement.

  1. We need to define the options as an array of objects. This has been raised in the forum
  2. When I type in the input I would expect the list of options to filter to options containing that text. At the moment it is filtering to options that start with the text.
  3. When multiple options are selected, there is no visual indication that the selected options in the input wrap. A quick solution is to add a scroll bar. An ideal solution would be to increase the size of the input when in edit mode so the user can see all the selected options