Skip to content

fix(slack): allow entering channel/user IDs and resolve plain names#70

Merged
GreyNewfie merged 2 commits intomainfrom
030326-update-input-to-allow-slack-channel-ids
Mar 3, 2026
Merged

fix(slack): allow entering channel/user IDs and resolve plain names#70
GreyNewfie merged 2 commits intomainfrom
030326-update-input-to-allow-slack-channel-ids

Conversation

@GreyNewfie
Copy link
Contributor

Description

This PR fixes a validation and UI issue in the Slack integration component that prevented users from manually entering valid Slack Channel or User IDs.

It also improves the user experience by automatically resolving plain text names to their correctly prefixed versions (# or @) if they are found in the workspace list.

Enables freeSolo mode for all users to allow them to be able to enter a Channel ID, if they prefer or want to ensure they're selecting the correct channel.

Entering a channel ID is now enabled:
Screenshot 2026-03-03 at 9 44 13 AM

Saving a channel ID works:
Screenshot 2026-03-03 at 9 44 58 AM

Filters for most invalid options:
Screenshot 2026-03-03 at 9 43 17 AM

… messaging

- Updated channel selection logic to recognize Slack IDs in addition to channel names and prefixes.
- Improved error handling to provide clearer guidance on valid input formats.
- Simplified value handling in Autocomplete for better user experience.
@GreyNewfie GreyNewfie requested a review from millerm30 March 3, 2026 13:17
@GreyNewfie GreyNewfie merged commit 856e102 into main Mar 3, 2026
2 checks passed
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 this pull request may close these issues.

2 participants