Skip to content

Commit

Permalink
Allow email input in Input Block (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinkiselbach authored Sep 18, 2024
1 parent d8c464f commit 7ed5c0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slackblocks/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
UserMultiSelectMenu,
UserSelectMenu,
NumberInput,
EmailInput,
)
from slackblocks.errors import InvalidUsageError
from slackblocks.objects import (
Expand Down Expand Up @@ -67,6 +68,7 @@
UserSelectMenu,
UserMultiSelectMenu,
RichTextInput,
EmailInput,
)


Expand Down

0 comments on commit 7ed5c0b

Please sign in to comment.