Skip to Content
0
Aug 27, 2018 at 07:51 AM

Selected Token not populated into Value Help Checkox

208 Views Last edit Aug 27, 2018 at 07:52 AM 2 rev

Hi,

I am using Multi-input with ValueHelpDialog.

I created 1 token that should be the default selected. However, when I pop up value help. Token appear into 'selected Item' but checkbox of that row not selected. checkbox-not-selected.png shows, corp_account1,2 and 4 are not checked even they are selected.

I am creating default token like following, then I am calling controller as mentioned in method.txt

 var token1= new sap.m.Token({key: "1", text:"CorporateAccount1 (1)"});
    var token2= new sap.m.Token({key: "2", text: "CorporateAccount2 (2)"});
    this.kTokens= [token1, token2];

Attachments

method.txt (1.6 kB)