Ivan Asmer 8 سال پیش
والد
کامیت
41f5597b9b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      static/nb.js

+ 1 - 1
static/nb.js

@@ -146,7 +146,7 @@ function nbInit(a,b){
                 return;
             }
             if (!keyExists){ //default logic: set text or value to data value
-                item["value" in item ? "value" : "innerText"] = value;
+                item[("value" in item) && item.tagName !== 'LI' ? "value" : "innerText"] = value;
             }
             else {
                 item.innerText = value; // do not try to overwrite value on option nodes