Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

multi_static_select

Open vorontsoved opened this issue 1 year ago • 1 comments

Hello, why this not working, i cant correct choose options export async function getMultiStaticElement(placeholderText: string, options: Array<Option>, blockId: string, actionId: string): Promise<MultiStaticSelectElement> { const block: MultiStaticSelectElement = { type: 'multi_static_select', placeholder: { type: 'plain_text', text: placeholderText, }, options, appId: AppEnum.APP_ID, blockId, actionId }; return block; } and cant delete my choose

vorontsoved avatar Apr 18 '24 12:04 vorontsoved

Снимок экрана 2024-04-18 в 15 58 09

vorontsoved avatar Apr 18 '24 13:04 vorontsoved