former
former copied to clipboard
Prepending prevents Field Error display
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'));