Not showing input field default falue

My Input field is below
My
default value (era123 ) is not showing in the input field. it is
showing when i remove ng-model=“user.userid”. Please Help me how to show the default value in input fieldl?

therefore we need a little bit more code. like your controller and your template.

if you have defined your default value like this:
$scope.user = { userid: ‘era123’ };

ng-model=“user.userid” should hold the correct value.

Thanks for your reply. It is now working…

But how to hold multiple input field:


placeholder also not showing…