File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<slot ></slot >
27
27
</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>-->
56
28
</template >
57
29
58
30
<style lang="scss" src="./mdChips.scss "></style >
You can’t perform that action at this time.
0 commit comments