raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 61,025

  1. Vue folks, remind me. If I have a select with v-model of X, options are based on an array of objects. I expected X to be the selected *object*, not whatever I had for the value of the option. Am I wrong? (I mean I obviously must be - but I swore this worked though.)
    1. …in reply to @raymondcamden
      And thank you magic of "Ask on Twitter, figured it out a second later." Use :value="item" versus :value="Item.id"