Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Textbox and list box . i need to bind values which are there in listbox to textbox.

Below is html page
<textarea id="attendees" class="k-textbox" ng-model="model.MeetingInfo.Attendees" style="height:80px;width:200px;"></textarea>


and trying to bind from js with below in button click

$scope.model.MeetingInfo.Attendees = $('#selectedListBox').data('kendoListBox').dataItems();


What I have tried:

$scope.model.MeetingInfo.Attendees = $('#selectedListBox').data('kendoListBox').dataItems();
Posted
Updated 15-Jun-21 13:26pm

1 solution

This has nothing to do with angular. It has to do with your CSS
 
Share this answer
 

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