I have been trying to create a UI element which behaves like Tags. Whenever I select a record from a dropdown (ListGrid or PickerList), the records should be inserted to a canvas area, as Tags as in attached image.
Is there anyway that I can achieve this.?
I have tried, MulticomboboxItem, but it doesn't provide a way to fetch data from database with change of value in the combobox field. (addIconClickHandler).
Also MultiComboBoxItem doesn't give a way to include a pickerList grid to it's dropdown.
Thanks.
Is there anyway that I can achieve this.?
I have tried, MulticomboboxItem, but it doesn't provide a way to fetch data from database with change of value in the combobox field. (addIconClickHandler).
Also MultiComboBoxItem doesn't give a way to include a pickerList grid to it's dropdown.
Thanks.
Comment