Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: escape item text in select menu #2391

Merged
merged 1 commit into from
Nov 8, 2017
Merged

Conversation

jacekkarczmarczyk
Copy link
Member

<template>
  <v-app id="inspire">
    <v-content>
      <v-container>
        <v-select label="Your favorite hobbies" clearable :items="chips" v-model="x1"></v-select>
        <v-select label="Your favorite hobbies" autocomplete clearable :items="chips" v-model="x2"></v-select>
        <v-select label="Your favorite hobbies" tags clearable :items="chips" v-model="x3"></v-select>
      </v-container>
    </v-content>
  </v-app>
</template>

<script>
export default {
  data() {
    return {
      chips: ["Progamming<strong>xx</strong>", "Playing video games", "Watching", "Sleeping"],
      x1: null,
      x2: null,
      x3: null
    }
  }
};
</script>

@jacekkarczmarczyk jacekkarczmarczyk added this to the v0.17.x milestone Nov 2, 2017
@johnleider johnleider added the pending review The issue is still pending disposition label Nov 3, 2017
@johnleider johnleider merged commit d6a2582 into dev Nov 8, 2017
@johnleider johnleider removed the pending review The issue is still pending disposition label Nov 8, 2017
@jacekkarczmarczyk jacekkarczmarczyk deleted the fix/escape-item-in-select branch November 8, 2017 12:44
@lock
Copy link

lock bot commented Apr 15, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants