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

Filter props for <ConversationsSelect> (experimental) #133

Closed
yhatt opened this issue Mar 18, 2020 · 0 comments · Fixed by #136
Closed

Filter props for <ConversationsSelect> (experimental) #133

yhatt opened this issue Mar 18, 2020 · 0 comments · Fixed by #136
Labels
enhancement New feature or request

Comments

@yhatt
Copy link
Owner

yhatt commented Mar 18, 2020

Slack has shipped filter field for conversations select and its multiple version as beta.
https://api.slack.com/reference/block-kit/composition-objects#filter_conversations

If it was implemented in jsx-slack's <ConversationsSelect> component, I suppose that would become to specify in properties directly instead of using composition object.

<Blocks>
  <Section>
    Select DM channel:
    <ConversationsSelect
      multiple
      include={['im', 'mpim']}
      excludeBotUsers
    />
  </Section>
</Blocks>

During beta, jsx-slack should mark these props as experimental. There are known issues in iOS.

@yhatt yhatt added the enhancement New feature or request label Mar 18, 2020
@yhatt yhatt changed the title Filter for <ConversationsSelect> (experimental) Filter props for <ConversationsSelect> (experimental) Mar 18, 2020
@yhatt yhatt linked a pull request Mar 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant