Token
Tokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.
ES6 Module Import​
import "@ui5/webcomponents/dist/Token.js";
Basic Sample​
Properties​
text​
readonly​
selected​
Slots​
closeIcon​
Events​
select​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.
More Samples​
Token in MultiInput​
The main use-case of the Token is to be used in a MultiInput. You can Remove tokens by clicking the "X" button and add tokens by typing something in the input field, followed by "ENTER".