[iOS][Action Inputs] Missing Input values for input fields inside ShowCard
See original GitHub issuePlatform
What platform is your issue or question related to? (Delete other platforms).
- iOS
Version of SDK
v1.2.11
Details
The values of input text fields inside ShowCard seems to be missed when retrieving all inputs.
The inputs retrieved from iOS SDK
"inputs": {
"date": "range",
"workdayleave": "Yes",
"notification": "webex,email,sms",
"ooo_start_time": "",
"ooo_start_date": "2020-08-31",
"ooo": "no",
"leave_type": "sick leave",
"reason": "something here",
"ooo_end_date": "2021-08-31",
"intent_name": "leave",
"ooo_end_time": "",
"confirmed": "true"
}
Inputs retrieved from other platforms for same card payload.
"inputs": {
"confirmed": "true",
"intent_name": "leave",
"date": "range",
"ooo_start_time": "10:17 AM",
"reason": "",
"notification": "webex,email,sms",
"leave_type": "sick leave",
"workdayleave": "Yes",
"ooo_end_time": "10:17 AM",
"ooo_start_date": "2020-08-31",
"ooo_end_date": "2020-08-31",
"ooo": "no",
"ooo_message": "from android"
}
The key ‘ooo_message’ seems to be missing.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
html - Input value doesn't display. How is that possible?
I have a small form with a handful of text inputs, 1 textarea and 2 selects. None of the text input values display,...
Read more >Action.ShowCard
The Adaptive Card to show. Inputs in ShowCards will not be submitted if the submit button is located on a parent card. See...
Read more >Action.Submit
Gathers input fields, merges with optional data field, and sends an event to the client. It is up to the client to determine...
Read more >Inputs missing in Netlify form
Hi guys I have a problem with Netlify forms as certain inputs gets “lost in translation”… I have two inputs (plus the hidden...
Read more >Form submissions missing some data inputs - naming ...
I have a form on my website, plain jane html, that only seems to capture one of the input fields in the submission....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @akaashdev,
As we have discussed, this is a newly updated behavior with the addition of the input feature update on main branch. I realized that this change can be a big surprise, and to improve the user experiences, I created a feature request that will produce a warning when a card has an input with no submit button https://github.com/microsoft/AdaptiveCards/issues/4753.
Thanks @akaashdev for following up on this issue. A member of our triage crew will re-engage as soon as possible to follow up. Thanks.