You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to do that on my own by traversing inputed hash and converting arrays into hashes but it would be awesome if it could become a part of the lib itself. For anyone that needs that, here is my code:
Hello!
I was wondering - are you guys planning to support arrays as an input? According to this SO thread: https://stackoverflow.com/questions/8044219/how-do-i-access-an-access-array-item-by-index-in-handlebars it's possible but not documented using
{{ input.array.0.foo }}
.I managed to do that on my own by traversing inputed hash and converting arrays into hashes but it would be awesome if it could become a part of the lib itself. For anyone that needs that, here is my code:
The text was updated successfully, but these errors were encountered: