Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder field not populating rendered input #43

Open
Pringels opened this issue Jan 31, 2017 · 0 comments
Open

Placeholder field not populating rendered input #43

Pringels opened this issue Jan 31, 2017 · 0 comments

Comments

@Pringels
Copy link

Expected Behaviour

The placeholder field on the Form Field admin page should populate the rendered input's placeholder attribute.

Observed Behaviour

The rendered input's placeholder attribute is populated with the label field instead of the placeholder field

Rendered markup

<div class="Form-item Field CharField ">
    Label text
    <div class="Field-item"> 
        <input class=" TextInput" 
               id="id_feedback-form-site-feature" 
               name="feedback-form-site-feature"     
               placeholder="Label text" 
               type="text" 
               aria-invalid="false">
    </div>
    <div class="Field-message"></div>
</div>

Screenshot

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant