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

Feature/associated inputs #5155

Merged
merged 10 commits into from
Dec 10, 2020
Merged

Feature/associated inputs #5155

merged 10 commits into from
Dec 10, 2020

Conversation

RebeccaAnne
Copy link
Contributor

@RebeccaAnne RebeccaAnne commented Dec 10, 2020

Related Issue

Fixes #5078

Description

Merges feature branch containing all platforms implementations of asssociatedInputs none to main

Sample Card

Sample card added as samples\v1.3\Elements\Action.Submit.AssociatedInputs.json

How Verified

See individual PRs for per platform verification performed

Microsoft Reviewers: Open in CodeFlow

dclaux and others added 7 commits December 7, 2020 13:04
* Action.Submit.associatedInputs support

* Remove unnecessary imports. Better README

* Remove unnecessary code
* Add property and re-swig

* Remove unused ignoreInputValidation, add tests

* Fix test, re-swig
* [UWP] Add support for associatedInputs none value

* Code review feedback

Co-authored-by: Risheek Rajolu <risheekrr@gmail.com>
* [Schema] Add associatedInputs to the schema and docs

* Add default to schema
* Implemented associated input

* addressed the review comments
* AssociatedInputs.None Android

* Unintended change
@ghost
Copy link

ghost commented Dec 10, 2020

Hi @RebeccaAnne. Thanks for helping make the AdaptiveCards JS renderer + tooling better. As additional verification, once the JS build succeeds, please go to the test site to test out your website/designer changes.

@golddove
Copy link
Member

@RebeccaAnne @paulcam206 what was the resolution about the XML doc files? Do we want to commit and start tracking them?

@RebeccaAnne
Copy link
Contributor Author

@RebeccaAnne @paulcam206 what was the resolution about the XML doc files? Do we want to commit and start tracking them?

I can delete them if we don't want them. But if we don't want them we should also add them to .gitignore because right now everytime I build .NET they show up and I have to delete them. Or, alternatively, if they're supposed to get deleted by the build process we should figure out why they don't (at least locally for me).

@RebeccaAnne
Copy link
Contributor Author

I went ahead and deleted them and logged #5157 to figure out what we want to happen to these.

@paulcam206
Copy link
Member

you can ignore the failing Generate Specs check -- it's failing to push changes to the branch due to branch protection rules

@RebeccaAnne RebeccaAnne merged commit 69b1a43 into main Dec 10, 2020
@RebeccaAnne RebeccaAnne deleted the feature/associatedInputs branch December 10, 2020 20:40
rankush pushed a commit to rankush/AdaptiveCards that referenced this pull request May 8, 2024
* [JS] Action.Submit.associatedInputs support (microsoft#5136)

* Action.Submit.associatedInputs support

* Remove unnecessary imports. Better README

* Remove unnecessary code

* [Shared] Add associatedInputs property to Action.Submit (microsoft#5139)

* Add property and re-swig

* Remove unused ignoreInputValidation, add tests

* Fix test, re-swig

* [UWP] Add support for associatedInputs none value (microsoft#5141)

* [UWP] Add support for associatedInputs none value

* Code review feedback

Co-authored-by: Risheek Rajolu <risheekrr@gmail.com>

* [.NET] Add support for associatedInputs none value (microsoft#5137)

* [Schema] Add associatedInputs to the schema and docs (microsoft#5140)

* [Schema] Add associatedInputs to the schema and docs

* Add default to schema

* Implemented associated input (microsoft#5148)

* Implemented associated input

* addressed the review comments

* [Android] Support associatedInputs: none (microsoft#5152)

* AssociatedInputs.None Android

* Unintended change

* Delete xml doc files

Co-authored-by: David Claux <dclaux@users.noreply.github.com>
Co-authored-by: Risheek Rajolu <risheekrr@gmail.com>
Co-authored-by: Joseph Woo <Joseph.Woo@microsoft.com>
Co-authored-by: Paul Campbell <paulcam@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UX] Unable to have two SubmitAction Buttons *and* validation
5 participants