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

Radio buttons for <Modal> #88

Closed
4 tasks done
yhatt opened this issue Nov 21, 2019 · 0 comments · Fixed by #91
Closed
4 tasks done

Radio buttons for <Modal> #88

yhatt opened this issue Nov 21, 2019 · 0 comments · Fixed by #91

Comments

@yhatt
Copy link
Owner

yhatt commented Nov 21, 2019

Today Slack shipped radio buttons for Modal surface.
https://api.slack.com/reference/block-kit/block-elements#radio

Currently jsx-slack allows using <RadioButtonGroup> and <RadioButton> only in <Home> for home tab. We have to remove this restriction.

In addition, we may consider the interface of <input type="radio" /> for HTML-form style templating. (Probably it's better for the other issue)

ToDo

  • Allow using <RadioButtonGroup> and <RadioButton> in...
    • <Modal> container component
    • <Input> block
      • <RadioButtonGroup> as input component
This was referenced Nov 21, 2019
@yhatt yhatt closed this as completed in #91 Nov 22, 2019
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

Successfully merging a pull request may close this issue.

1 participant