Browse Source

delete nitro:jse(Val)

Iryna 5 years ago
parent
commit
6b77da1815
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/elements/combo/element_comboLookup.erl

+ 1 - 1
src/elements/combo/element_comboLookup.erl

@@ -27,7 +27,7 @@ render_element(#comboLookup{id=Id, style=Style, value = Val, bind = Object0,
                         onchange= nitro:jse("comboLookupChange('"
                                ++ nitro:to_list(Id) ++ "')"),
                         bind = Object,
-                        value = nitro:jse(Val), style = Style, class = column},
+                        value = Val, style = Style, class = column},
                  #panel{id=form:atom([comboContainer, Id]),
                         class = ['dropdown-content']}]}).