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

plain_text_input default_value is not populating on iOS #2377

Open
williamlmao opened this issue Dec 28, 2024 · 5 comments
Open

plain_text_input default_value is not populating on iOS #2377

williamlmao opened this issue Dec 28, 2024 · 5 comments
Labels
auto-triage-skip Prevent this issue from being closed due to lack of activity bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented server-side-issue

Comments

@williamlmao
Copy link

You can see from the screenshots below I am viewing the same exact message. Light mode is on iOS mobile, and dark mode is on desktop.

The comment on mobile shows up as empty. Even if I click on it, the text does not show. The odd thing is the data is still there, because if I hit submit, it sends the data through still and works as if the comment was there.

IMG_3652

CleanShot 2024-12-27 at 21 44 13@2x

(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)

@slack/bolt version: "@slack/bolt": "^4.2.0",

Your App and Receiver Configuration

export const slackApp = new App({
token: process.env.SLACK_BOT_TOKEN,
signingSecret: process.env.SLACK_SIGNING_SECRET,
socketMode: true,
appToken: process.env.SLACK_APP_TOKEN,
});

Node.js runtime version

v23.5.0

Steps to reproduce:

  • Send a message (in thread), setting the initial_value of a plain_text_input. Check it on desktop, then check the same message on mobile.
@zimeg zimeg added bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented server-side-issue and removed untriaged labels Jan 3, 2025
@zimeg
Copy link
Member

zimeg commented Jan 3, 2025

Hi @williamlmao 👋 Thanks for sending this report in!

I can confirm this appears with these blocks and I've shared this with our Block Kit teams so we can mark this as known for now. I'll share updates that I find out about, but at the moment I'm not aware of workarounds for this 🤔

Let's keep this issue open to keep track of this 🙏

Copy link

github-actions bot commented Feb 3, 2025

👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. If you think this issue needs to be prioritized, please comment to get the thread going again! Maintainers also review issues marked as stale on a regular basis and comment or adjust status if the issue needs to be reprioritized.

Copy link

As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2025
@williamlmao
Copy link
Author

@zimeg can we reopen this? It still looks like this is an issue - kind of a big one. Thanks!

@zimeg
Copy link
Member

zimeg commented Feb 17, 2025

@williamlmao Sure thing! I'm also noticing the default text shows in the initial message but disappears on selection - I'll check back with the team on this 🙏

@zimeg zimeg reopened this Feb 17, 2025
@zimeg zimeg added auto-triage-skip Prevent this issue from being closed due to lack of activity and removed auto-triage-stale labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triage-skip Prevent this issue from being closed due to lack of activity bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented server-side-issue
Projects
None yet
Development

No branches or pull requests

2 participants