Is your feature request related to a problem? Please describe.
Form validation is no longer working properly after updating Bootstrap from 5.3.3 to 5.3.7.
Apparently the class "invalid-feedback" is always active when the page loads and the default browser invalid message also shows (when "required" is set on an input)
Additional context
It used to work just fine in 4.0.0 beta-3 and no longer works in 4.0.0 rc4. The actual sample from the source also evidences the problem as follows:
