Example of multiselect suggest - want to create a custom suggest

does anyone know of a good example of a custom multiselect suggest object that has various form elements on it - I know you can create a custom suggest - but I can only find examples for a signgle selection

want to be able to reblace the sugget congig with my custom webix select view - like in this example I want to replace the suggest prop

https://snippet.webix.com/602f11c4

Hello Marc_Gusmano

To create custom multiselect suggest you need to use protoUI to customize it. And using addView method you can add to the popup elements you need.

Please check the example: Code Snippet