We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The placeholder field on the Form Field admin page should populate the rendered input's placeholder attribute.
placeholder
The rendered input's placeholder attribute is populated with the label field instead of the placeholder field
label
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theplaceholder
fieldRendered markup
Screenshot
The text was updated successfully, but these errors were encountered: