Issue
Im trying to assing the value of a select option to the name of an object in Angular. The list of names is showing correctly, but upon submitting the form the value is empty. I did import the FormsModule in app.module.ts like other posts on here say, but that's not the problem I guess.
Anyone able to pass along some wisdom?
Solution
Answered in comment by akotech:
It may be because the HTML tag is
select
with lowercases
.
Answered By - Andreas Damen
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.