Closed
Description
When using native form validation and loading a page with a form containing an input with the required
prop set, it triggers browser validation immediately. This produces Firefox's native error highlighting. This is because Firefox appears to run validation when the DOM is used to set a value on an existing input component.
The behavior can be seen here: http://codepen.io/anon/pen/zowOzo
Angular has run into this already.