Yannick Fonjallaz

Results 40 comments of Yannick Fonjallaz

I believe this implies a small modification of the bootstrap3 templates. For example, ``` js Form.editors.Base.prototype.className = 'form-control'; ``` should be replaced by something similar to this: ``` js Form.editors.Base.prototype.className...

I had errors with every browser I used for the tests (firefox on linux and windows, chromium on linux, safari on windows and IE). I don't have the time to...

I tried testing once more and have good news: tests actually works on most tested browsers. I still have trouble with... IE, for a change. I'll keep you guys up...

The problems with IE are focus and blur-related and have nothing to do with these changes. They also happen with powmedia/backbone-forms/master.

I made a small change to [allow each instance and subclass to set their own NestedForm and NestedField class.](https://github.com/fonji/backbone-forms/commit/6107a5e96a731826eb8f0a0e9d2e20e18fe4d871) I'm not sure it's usefull so I didn't write any tests...

Hi @glenpike and thanks for thinking of me! That's great news! Unfortunately for BBForms, I just started a new job which doesn't use BBForms so I don't have a lot...

~~It should have been fixed by #403~~ Edit: sorry, didn't realize that it's not about the validator.

Here's a cloud build: `019a4a37-861b-7479-807c-ec1e52a69ef2` Qlty attempts to fetch `https://github.com/ruby/ruby-builder/releases/download/toolcache/ruby-3.4.7-ubuntu-22.04.tar.gz` which results in a 404. But there seems to be a [release available](https://github.com/ruby/ruby-builder/releases/)