Andrew Gibb

Results 23 comments of Andrew Gibb

> I am using v1.10.0 ES6 version + Bootstrap5 and still get the error when calling fv.destroy(): This is caused by the following issue #82

This issue is pretty annoying. As far as I can tell this is caused by the following: ``` if (type === 'checkbox-group' && data.required) { this.onRender = this.groupRequired } ```...

Any update on this one @kevinchappell? Quite frustrating to have to hack around it

The radio buttons are missing the name attribute. This was broken sometime between 3.5.2 and 3.6.0 and seems to be related to the `onAddOption` changes. Rolling back to 3.5.2 resolves...

I am seeing a similar error when using the Hibernate annotation `@Type(type="yes_no")` mapping boolean to a 'Y' or 'N' char

My question was more about the build process and does it modify the version? Why is it a range of versions in the compiled jar in the official maven repositories...

@phuocng Any chance of comment here? This stuff was supposed to be fixed in 1.10.0

Any updates on when we will see this PR merged and a new version released?

Worked for me on Windows 10 with Eclipse Neon.1 Made a pull request to speed up the process. Thanks @claudioweiler