We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a3602 + 4b23ebb commit 3efd628Copy full SHA for 3efd628
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arale-select",
3
- "version": "0.11.0",
+ "version": "0.11.1",
4
"description": "模拟 select 的组件",
5
"keywords": ["widget"],
6
"homepage": "http://aralejs.org/select",
src/select.js
@@ -109,7 +109,7 @@ var Select = Overlay.extend({
109
var input = $('input[name="' + selectName + '"]').eq(0);
110
if (!input[0]) {
111
input = $(
112
- '<input type="text" id="select-' + selectName.replace(/\./g, '-') +
+ '<input type="text" tabindex="-1" id="select-' + selectName.replace(/\./g, '-') +
113
'" name="' + selectName +
114
'" />'
115
).css({
0 commit comments