Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want multi selection textbox only by Angularjs please help me as soon as possible

i am very new to angular js

What I have tried:

i did it with the help of jquery but now i want it by angular js only
Posted
Updated 23-May-16 23:37pm
Comments
Sergey Alexandrovich Kryukov 24-May-16 2:42am    
Decades ago, the common style for text editors have been established; it dates back to old CUA specs. In this style, all text editors and world processors became the tools where only a single range in the text flow can be selected. It's nearly impossible to find something different these days. I used to like multiselection text editors, but probably they are considered as too confusing to most users.

The situation is much more difficult for JavaScript embedded in a browser. In your own UI application, you can do whatever you want (no matter is the user like it or not), but JavaScript will only play by the rules of the browser.

—SA
Karthik_Mahalingam 24-May-16 3:04am    
what do you mean by multi selection textbox?
provide some link
Arvind_09 24-May-16 6:38am    
http://jaliyaudagedara.blogspot.in/2015/03/angularjs-autocompleting-multiple.html
================================
Hello bro i want it in pure angular js
Karthik_Mahalingam 24-May-16 6:41am    
ok whats wrong in that..
Arvind_09 24-May-16 6:45am    
Nothing wrong in that but we are using jquery in it i just want to use only angular js,
this is the requirment by my boss.

1 solution

Follow below link :
http://www.aspsnippets.com/Articles/AngularJS-Get-selected-Text-and-Value-of-HTML-Multiple-Select-ListBox.aspx
 
Share this answer
 
v3
Comments
Arvind_09 24-May-16 6:41am    
Bro i want multi selection in text box not in list

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900