sap.m.Select: start with a blank selection input element
问题 When using a data aggregation on sap.m.Select , the first entry is always selected. Here's a link to the SDK's preview. Example code from my app new sap.m.Select("id-names", { width: '100%', }).bindAggregation("items", "data>/trip/names", new sap.ui.core.Item({ text: "{data>Name}" })); There is a parameter called selectedKey on the constructor to change this to another index. What I want is the select to be blank , because I want to force my users to make a choice, not blandly accept the