lauren
lauren
At the moment there isn't much support for `hasMany`s, but `belongsTo` relationships should work fine. I'm unsure if a parent changeset should automatically create a changeset for each `hasMany` association....
Hey, good question. Ideally it should be invalid during an async validation. I'll have to think about how to implement it in a nice way, but yeah I agree
Can you give d633440b0aafbeb0a1c484ca53b87aa60b244ad9 a whirl @brancusi? Let me know if that fixes the issue for you - `isValid` / `isInvalid` should now take into account any async validation running
Hmm, thanks for letting me know. It'll definitely be easier to visualize if you could make a simple twiddle
@dfreeman To be honest I have not, but I like what your conditional validator does. Let me experiment a little more. In the meantime, if you would like to make...
I'm not a fan of the service idea in the addon itself, it would require a lot of rework since most of the addon are vanilla JS modules with no...
@karellm I would be open to this. Do you have time to open a PR?
This is currently a bug that I'm going to fix - when it lands, it should be: ```js { title: validatePresence(true), 'contactNumber.number': validatePresence(true) } ``` Tracking the work here -...
Could you call `validate` on the init of whatever it is that's being instantiated, like in your snippet above?
Thanks! Would you like to open a PR to correct this?