faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Ping timeout: 272 seconds]
feepbot has joined #amber
_whitelogger_ has joined #amber
<FromGitter> <damianham> @charleystran this is the definition of the jasper form text_field helper ⏎ ⏎ ```text_field(name: "password", type: :password, class: "form-control")``` ⏎ ⏎ everything after 'name: "password",' is taken up by the **options double splat [https://gitter.im/amberframework/amber?at=5e33e72e594a0517c2572d69]
_whitelogger has joined #amber
<FromGitter> <charleystran> @damianham Thanks. When I tried without the options key, I was still using a string as the value for type. Now using a symbol for :password it is working
feepbot has quit [Ping timeout: 265 seconds]
feepbot has joined #amber
<FromGitter> <damianham> My pleasure. I think it is a special case when you specify a type with the text_field helper. In all the cases of text_field I have, I specify the type as a symbol rather than a string. I was probably bitten by this in the past.
wantansoup has quit [Remote host closed the connection]
<FromGitter> <drujensen> We should support both