dimanche 26 juin 2016

Ember input helper placeholder not working for password and email type

I am trying to create sign up and log in forms for my Ember app. I am using the input helpers, but when I set the field for email and password the placeholder text comes in the format of the respective types and also shows the "value" as the placeholder text instead of the defined "placeholder" text. The first name and last name fields show the correct placeholder text and in the correct format. Here is the code from my sign up template:


    
    
    
    

Here is what the form looks like as a result: form

Any ideas how to fix this?




Aucun commentaire:

Enregistrer un commentaire