cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down Menu First Blank Row

Former Member
0 Kudos

Hi All,

Is it possible to remove the first blank row that comes with the DropDown UI element?

When a drop down created with 2 data say for sex combo {Male and Female} then an extra 3rd blank row comes at the top when you drop the contents down from the UI select position.

I want to remove the blank.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Set the selection cardinality of the node to 1..n

Regards

Ayyapparaj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To remove the emptyspace, you have to set the selection property of the node to 1..1

Kind Regards

Saravanan K

Former Member
0 Kudos

Hi,

It is possible. If you are using DropDownByKey, then there must be a simpleType of the attribute with which your DropDownByKey is mapped. In this simpleType there must be blank entry, remove it.

If you are using DropDownByIndex, then an empty element is getting added to the attibute of your DropDownByIndex. Don't add this empty element.

thanks & regards,

Manoj