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:
