Project

General

Profile

Bug #40778

Updated by Volker Theile almost 5 years ago

With Bootstrap 4 invalid form fields in a 'input-group' do not show the error message/hint anymore. 

 To reproduce this: 

 * Go to the user management, create a new user and enter different passwords in 'Password' and 'Confirm password'. The 'Confirm password' get merked red, but no error message is displayed below the input field. 

 * Go this go to the RGW users page, edit a user, press 'Create subuser' and disable the 'Auto-generate secret' checkbox and enter something in 'Secret key'. If you remove the entered key and leave the field, then it gets marked red, BUT NO error message is shown. 

 https://github.com/twbs/bootstrap/issues/23454 
 https://github.com/adrianhurt/play-bootstrap/issues/118 

Back