Ask A Question
Notifications
You’re not receiving notifications from this thread.
How to build options on select tag with VueJS?
For example, let's move to episode "using VueJS for Nested Forms in Rails" and adding model called Position, which association with a Player (belongs_to). And how to implement select tag for choosing Player's position on the nested forms?