formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 205 forks source link

Prepending prevents Field Error display #568

Open biwerr opened 6 years ago

biwerr commented 6 years ago

If you prepend a link to a text field, after Validation with errors there is no error dispay in the form. Without prepending, the display works fine.

Former::text('file')->prepend(Former::link('Browse')->class('popup_selector ')->dataInputid('file'));