@@ -4,7 +4,7 @@ defmodule NITRO.Mixfile do
def project do
[
app: :nitro,
- version: "6.10.8",
+ version: "6.10.9",
description: "NITRO Nitrogen Web Framework",
package: package(),
deps: deps()
@@ -16,6 +16,7 @@ render_element(#multipleInput{id=Id, input=Input, disabled=Disabled, validation=
body = [
#panel{
style = "display: flex; width: 100%; justify-content: center;",
+ class=['multi-input'],
body =
case Disabled of
true -> [];