-
Notifications
You must be signed in to change notification settings - Fork 404
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
Comments
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 🙏 |
👋 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. |
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. |
@zimeg can we reopen this? It still looks like this is an issue - kind of a big one. Thanks! |
@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 🙏 |
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.
(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 Configurationexport 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:
The text was updated successfully, but these errors were encountered: