Results 6 comments of Michael

Hi @pablobm thank you for following up on this. I gave up on it and removed Administrate from the project to make it work as I'm not very good with...

Hi Pablo, I had to give up on this due to time constraints and lack of understanding of the JS pipeline in Rails. I recommend we close this and I'll...

Same issue here on both Chrome and Safari on my iPhone 5s with the latest OS: Steps to reproduce: 1. Go on https://tidyme-staging-parsley.herokuapp.com/ 2. Type in postcode 2000, email [email protected],...

Thanks for your reply. I tried that just now. So no extras were passed into the Virtus model, `attribute :extras, Array, coerce: false` is set like you said but if...

@forest Sorry, pls ignore previous comment (deleted), I was referring to a different issue. Can you try this: ``` ruby class UpdateForm include Virtus.model(nullify_blank: true) include ActiveModel::Model attribute :extras, Array...