former icon indicating copy to clipboard operation
former copied to clipboard

Prepending prevents Field Error display

Open biwerr opened this issue 7 years ago • 0 comments

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'));

biwerr avatar Apr 25 '18 14:04 biwerr