Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Add type attribute to buttons in control markup #1325

Merged
merged 5 commits into from
Jun 4, 2015

Conversation

interactivellama
Copy link
Contributor

Reviewer may want to review by commit due to index.html indentation.

gh-pages docs should also be audited.

Fixes #1323.

<button class="btn datepicker-wheels-back"><span class="glyphicon glyphicon-arrow-left"></span><span class="sr-only">Return to Calendar</span></button>
<button type="button" class="btn datepicker-wheels-select">Select <span class="sr-only">Month and Year</span></button>
<button type="button" class="btn datepicker-wheels-back"><span class="glyphicon glyphicon-arrow-left"></span><span class="sr-only">Return to Calendar</span></button>
<button type="button" type="button" class="btn datepicker-wheels-select">Select <span class="sr-only">Month and Year</span></button>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double Button! 🌈 🌈

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does it mean!?! 😄

@interactivellama
Copy link
Contributor Author

Updated.

swilliamset pushed a commit that referenced this pull request Jun 4, 2015
Add type attribute to buttons in control markup
@swilliamset swilliamset merged commit a3beb2a into ExactTarget:master Jun 4, 2015
@interactivellama interactivellama deleted the add-button-type branch June 15, 2015 17:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree buttons submit HTML form due to lack of type attribute
2 participants