Yannick Fonjallaz
Yannick Fonjallaz
Probably, yes. I was just concerned because you said that you overwrote it, so I thought you might have a bug in production somewhere.
> First, it appears that there's no way to set a default value on a schema passed into a form? I think there is, see [the initial data chapter](https://github.com/powmedia/backbone-forms#initial-data). It...
> I find it more clear to put the default value right with all of the schema's other attributes. :+1: That's a very good point. I can't do much more...
I'm currently using it. I'm treating the Form as a Marionette.ItemView which triggers less events. So I sometime have to manually delay some actions (using setTimeout), because there's no equivalent...
Nice, thanks!
Also breaks flog, so I allowed myself to copy-paste this issue. Thanks @Zmokizmoghi!
Flog has now the beta channel that fixes this :tada: Can we have the same here? :pray:
I actually use formValues in my custom validators... A solution would be to pass the editor to the validator, then the validator can call editor.form.getValue() if necessary. It would also...
~~I feel like I should add it to beta also~~ done