🌐 AI搜索 & 代理 主页
Skip to content

Commit 7207531

Browse files
authored
Merge pull request #125 from nicjansma/master
Removes 'required' CSS class from tt-hint
2 parents 842199e + d122e2b commit 7207531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typeahead/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
.css(getBackgroundStyles($input))
226226
.prop({ readonly: true, required: false })
227227
.removeAttr('id name placeholder')
228+
.removeClass('required')
228229
.attr({ spellcheck: 'false', tabindex: -1 });
229230
}
230231

0 commit comments

Comments
 (0)