RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.
https://rocketchat.github.io/Rocket.Chat.Apps-engine/
MIT License
114 stars 119 forks source link

multi_static_select #757

Open vorontsoved opened 2 months ago

vorontsoved commented 2 months ago

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 commented 2 months ago
Снимок экрана 2024-04-18 в 15 58 09