0

I'm looking for property with which I could add an empty option item to sap.m.Select control. I saw some approaches the corresponding data source for items-aggregation should contain that empty item. My problem I'm not able to change my data source. Do I have to insert that item after the data has been received from data source (and every time the model has been refreshed)?

noopmk
  • 41
  • 4
  • Different idea: Delete button next to the select. If you click on it, selected key will be cleared. No need for an extra item. – Marc Jun 19 '20 at 18:33