i'm getting this error message popping up with strange styling. Where in my application is it coming from? I'm using the simple form gem.

|
i'm getting this error message popping up with strange styling. Where in my application is it coming from? I'm using the simple form gem.
| ||||
|
feedback
|
|
This behavior is from HTML 5 form validation. You can disable this easily adding this options on your simple_form initializer:
Or you can disable all HTML 5 stuff with:
See more info about this on simple_form README. These options don't work with simple_form 1.3.1, only with simple_form master or newer versions. | |||||||||||
feedback
|