File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/renderer/components/ft-input Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,6 @@ export default defineComponent({
100
100
return this . isSearch && this . barColor
101
101
} ,
102
102
103
- idDataList : function ( ) {
104
- return `${ this . id } _datalist`
105
- } ,
106
-
107
103
inputDataPresent : function ( ) {
108
104
return this . inputData . length > 0
109
105
} ,
Original file line number Diff line number Diff line change 43
43
:id =" id"
44
44
ref =" input"
45
45
:value =" inputDataDisplayed"
46
- :list =" idDataList"
47
46
class =" ft-input"
48
47
:maxlength =" maxlength"
49
48
:type =" inputType"
70
69
<div class =" options" >
71
70
<ul
72
71
v-if =" inputData !== '' && visibleDataList.length > 0 && searchState.showOptions"
73
- :id =" idDataList"
74
72
class =" list"
75
73
@mouseenter =" searchState.isPointerInList = true"
76
74
@mouseleave =" searchState.isPointerInList = false"
You can’t perform that action at this time.
0 commit comments