nanoislands
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -234,3 +234,7 @@ (function() { | ||
this.$selected = item.item; | ||
this.input.setValue(item.item.value); | ||
if (this.input) { | ||
this.input.setValue(item.item.value); | ||
} else { | ||
this.$control.val(item.item.value); | ||
} | ||
this.trigger('nb-select', this, item.item); | ||
@@ -237,0 +241,0 @@ }.bind(this)); |
@@ -9,3 +9,3 @@ { | ||
"description": "Yate/Stylus/jQuery-UI library for Yandex corporate style", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"licence": "MIT", | ||
@@ -12,0 +12,0 @@ "homepage": "http://yandex-ui.github.io/nanoislands/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2255410
47185