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

fix: show correct content in ChoiceInput (fixes #1930) #1931

Merged
merged 3 commits into from
Feb 4, 2020

Conversation

yeze322
Copy link
Contributor

@yeze322 yeze322 commented Feb 3, 2020

Description

fixes #1930

As reported in #1930 , there was too much white space in ChoiceInput.
After my investigation, the root cause should be the content of ChoiceInput was not shown correctly.
It should show a series of choices instead of a simple card.
image

This PR fixes this problem by updating ChoiceInput's uischema definition.
Schema diff looks like this:
image

Task Item

Closes #1930

Screenshots

image

@yeze322 yeze322 changed the base branch from stable to master February 3, 2020 05:04
@yeze322 yeze322 marked this pull request as ready for review February 3, 2020 05:24
@a-b-r-o-w-n a-b-r-o-w-n merged commit 243ee30 into microsoft:master Feb 4, 2020
@a-b-r-o-w-n a-b-r-o-w-n mentioned this pull request Feb 21, 2020
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.

2 participants