Simple_form: Devise error messages work with simple form?

Created on 13 Sep 2016  路  1Comment  路  Source: heartcombo/simple_form

Hi, I like to display my error messages inline with the textboxes.

It was working fine for displaying full error messages using <%= devise_error_messages! %>. But I like to make it inline for each field i have.

I tried <%= f.error :name %> but it doesn't work. Do I need to do additional things to make it display inline?

Thanks!

>All comments

Please use the mailing list or StackOverflow for questions/help, where a wider community will be able to help you. We reserve the issues tracker for issues only.

Was this page helpful?
0 / 5 - 0 ratings