Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <kendo-dropdownlist #dropdownlist required [data]="responseTypes"
  2. [defaultItem]="{responseTypeID: null, responseTypeName: 'Select Response Type'}"
  3. [textField]="'responseTypeName'"
  4. [valueField]="'responseTypeID'"
  5. name="responseTypeId"
  6. [(ngModel)]="selectedResponseType"
  7. (valueChange)="responseTypeChange($event)"
  8. #responseTypeIdVar="ngModel" class="form-control" style="width:180px;">
  9.  
  10. </kendo-dropdownlist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement