Skip to content

Commit 8cd18b8

Browse files
author
pablohpsilva
committed
removed unused code
1 parent db2b986 commit 8cd18b8

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/components/mdChips/mdChips.vue

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,6 @@
2525

2626
<slot></slot>
2727
</md-input-container>
28-
29-
<!--<div class="md-chips" :class="[themeClass, classes]">
30-
<md-input-container @click.native="applyInputFocus">
31-
<md-chip
32-
v-for="chip in selectedChips"
33-
:md-deletable="!mdStatic"
34-
:md-editable="!mdStatic"
35-
:disabled="disabled"
36-
@delete="deleteChip(chip)"
37-
@edit="editChip(chip)">
38-
<slot :value="chip"></slot>
39-
</md-chip>
40-
41-
<md-input
42-
v-show="!mdStatic"
43-
v-model="currentChip"
44-
:type="mdInputType"
45-
:placeholder="mdInputPlaceholder"
46-
:id="inputId"
47-
:name="mdInputName"
48-
:disabled="disabled"
49-
@keydown.native.delete="deleteLastChip"
50-
@keydown.native.prevent.enter="addChip"
51-
tabindex="0"
52-
ref="input">
53-
</md-input>
54-
</md-input-container>
55-
</div>-->
5628
</template>
5729

5830
<style lang="scss" src="./mdChips.scss"></style>

0 commit comments

Comments
 (0)