I need to show [(ngmodel)] in custom created angular component #4404
Unanswered
swaraj-mahajan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have already created custom angular component and integrated to grapes js
custom component:
<mp-dropdown [data]="options" name="mpMSDropdown" required [(ngModel)]="multiSelectDropdownSelected" #mpSMSDropdownValidation="ngModel" > </mp-dropdown>
but I am getting setattribute error
Beta Was this translation helpful? Give feedback.
All reactions