adrianhurt/play-bootstrap

Possibility to display form error with @b3.free

Closed this issue · 1 comments

I would like to display a form error for an object that requires a non-empty array.

As the array itself has no form helper counterpart, I would like to be able to put the error somewhere in the surroundings of the form elements representing the array. Of course I can style it all on my own but I thought it was nice if the @b3.free helper supported '_error arguments.

Just solved this using @b3.inputWrapped helper :-)