There seems to be a regression in Ember 2.10.0 in regards to required input fields.
In Firefox an input field {{input value=foo required=true}} is immediately marked as invalid (showing a red border around the field).
This is not the case in Ember 2.9.0, where the field is only marked as invalid when trying to submit the form with the field being empty.
I created an Ember Twiddle to reproduce it.