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 · 1 comment
Open

plain_text_input default_value is not populating on iOS #2377

williamlmao opened this issue Dec 28, 2024 · 1 comment
Labels
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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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