Alert checkbox list with search feature

I have managed to implement Search and alert-checkbox feature separately.

Now, I am intrested in building alert-checkbox with search/filter feature.
This should appear as an alert box with a search/text bar.
Using this user should be able to search/filter-out some strings/sentences.

I can’t get how we can add a search/text field on alert-checkbox alert.

Has anyone developed it?
I just need some initial guidance, MAY BE I will be able to implement it :smile:.

1 Like

Trying to add an input type as text using -

alert.addInput({
    type: 'text',
});

But it isn’t working.
I think the alert only takes only one type of input field(text, radio, checkbox, etc).

Can someone pointout some hack to include search/text bar along with checbox type inputs?