@@ -4,7 +4,7 @@ defmodule NITRO.Mixfile do
def project do
[
app: :nitro,
- version: "6.9.1",
+ version: "6.10.1",
description: "NITRO Nitrogen Web Framework",
package: package(),
deps: deps()
@@ -32,7 +32,7 @@ render_element(#comboLookupEdit{id=Id, input=Input, disabled=Disabled, validatio
_ ->
#panel{
id = form:atom([InputId, "form"]),
- class = ['dropdown-content'],
+ class = ['dropdown-content', 'dropdown-content-form'],
body = #panel{class = ['dropdown-item'], body = Form}
} end ]},
case Multiple of