<FromGitter>
<charleystran> Can someone help me with a question on a jasper form helper? I am trying to do `<%= text_field(name: "password", options: { type: "password" }) %>` but getting `Error: no overload matches 'Hash(Symbol, Array(Int32 | String) | Array(Int32) | Array(String) | Bool | Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | Slice(UInt8) | String | Symbol | Time | Nil)#[]=' with types Symbol, NamedTuple(type: String)` what
<FromGitter>
... is the proper way to structure the options in this case?
<FromGitter>
<Blacksmoke16> what if you just did `type: "password"`
<FromGitter>
<charleystran> same error
<FromGitter>
<Blacksmoke16> i mean like `text_field("password", type: "password")`
<FromGitter>
<charleystran> yea, thats what I tried but get the same no overload error
<FromGitter>
<Blacksmoke16> :shrug:
FromGitter has quit [Read error: Connection reset by peer]