question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS][Action Inputs] Missing Input values for input fields inside ShowCard

See original GitHub issue

Platform

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.

card-payload.txt

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jwoo-msftcommented, Sep 10, 2020

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.

0reactions
msftbot[bot]commented, Sep 10, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found