cancel
Showing results for 
Search instead for 
Did you mean: 

Multi input token error sap ui5

former_member190063
Participant
0 Kudos

Hi,

I am working with multi input control. My screen is master detail page. Employee numbers are in master page and details are in detail page. In detail page, i have a multi input control. Each time user has to enter multiple tokens for an employee. I am able to store the tokens and employee number in an array. Whenever user selects the same employee, the stored tokens will be displayed in the multiinput. This works fine for sometimes. After that, I am getting below errror.

The object with ID __token2 was destroyed and cannot be used anymore.


Note: I am showing the tokens from an stored array before removing the old tokens.

Please provide your suggestions.

Regards

Karthik S

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

At what point does the error appear?

Regards,

Sharath

former_member365727
Active Contributor
0 Kudos

show your controller and xml view code