Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi_static_select #757

Open
vorontsoved opened this issue Apr 18, 2024 · 1 comment
Open

multi_static_select #757

vorontsoved opened this issue Apr 18, 2024 · 1 comment

Comments

@vorontsoved
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant