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

Displayed name twice when required is set to true #1216

Closed
Ckim15 opened this issue Apr 27, 2015 · 2 comments
Closed

Displayed name twice when required is set to true #1216

Ckim15 opened this issue Apr 27, 2015 · 2 comments

Comments

@Ckim15
Copy link

Ckim15 commented Apr 27, 2015

Hi,

I am having an application which value is required to pick from the drop down list.
Its type is string with defined values in enum. the name (gender) was displayed twice under column parameter and value when required is set to true. Any idea?

- in: header

  name: gender

  required: true

  type: string

  enum:
         - Female
         - Male

Here is the attached image:

displaynametwice

@Ckim15 Ckim15 changed the title Display twice name when Display twice **name** when required is set to true Apr 27, 2015
@Ckim15 Ckim15 changed the title Display twice **name** when required is set to true Display twice name when required is set to true Apr 27, 2015
@Ckim15 Ckim15 changed the title Display twice name when required is set to true Displayed twice name when required is set to true Apr 27, 2015
@Ckim15 Ckim15 changed the title Displayed twice name when required is set to true Displayed name twice when required is set to true Apr 27, 2015
@ponelat
Copy link
Member

ponelat commented Apr 28, 2015

@Ckim15 the fix is in the branch develop_2.0.
I believe @whitlockjc fixed it, but for the life of me I can't find a reference.

@webron
Copy link
Contributor

webron commented Apr 28, 2015

#1180 fixed it, in develop_2.0.

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

No branches or pull requests

3 participants