This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEXOVS-562 Submit button default ID (#99)
ID on input-submit will default to submit-button unless overridden.
- Loading branch information
1 parent
48e2cd0
commit b484b45
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="form-group"> | ||
<input type="submit" {{#id}}id="{{id}}"{{/id}} value="{{{value}}}" class="button"{{#attributes}} {{attribute}}="{{value}}"{{/attributes}}> | ||
</div> | ||
<input type="submit" id="{{{id}}}" value="{{{value}}}" class="button"{{#attributes}} {{attribute}}="{{value}}"{{/attributes}}> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters