ildarka

Results 2 comments of ildarka

Hi! Could you please tell me how to correctly use Multiselect? What is wrong here? ``` import {Multiselect} from "@telegram-apps/telegram-ui"; function Test() { const options = [ { value: 'option1',...

> @ildarin22 In your example I can't see where you initialize your state, but the usage of the component is correct. This is not a bug in the component in...