cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using MultiInput

mdixit_1401
Explorer
0 Likes
2,602

Hi Experts,

I want to use multiinput with the functionality that if i press enter a new token gets added . Also I need to bind it to odata so that if anything is already saved then that should flow while rendering and If user enter something new , that should also gets saved.

Examples which I have seen are not adding new token after pressing enter with data binding.

Can you please help me out?

Thanks,

Mansi

View Entire Topic
saivellanki
Active Contributor
0 Likes

Hi Mansi,

Will this sample help? Plunker

1. Try to give some product name in the input and click on enter, then a token will be added to MultiInput.

2. Click on 'Check Model' button to read the model data.

3. Instead of OData model, I used a JSON model.

Regards,

Sai Vellanki.