diff --git a/src/jquery.selectric.js b/src/jquery.selectric.js index e500fda..0e83cac 100644 --- a/src/jquery.selectric.js +++ b/src/jquery.selectric.js @@ -227,7 +227,7 @@ _this.classes = _this.getClassNames(); // Create elements - var input = $('', { 'class': _this.classes.input, 'readonly': _this.utils.isMobile() }); + var input = $('', { 'class': _this.classes.input, 'type: 'hidden', 'readonly': _this.utils.isMobile() }); var items = $('
', { 'class': _this.classes.items, 'tabindex': -1 }); var itemsScroll = $('
', { 'class': _this.classes.scroll }); var wrapper = $('
', { 'class': _this.classes.prefix, 'html': _this.options.arrowButtonMarkup });