Skip to content

Commit

Permalink
optional secondary heading string added
Browse files Browse the repository at this point in the history
  • Loading branch information
marko911 committed Nov 29, 2017
1 parent bce620f commit 0a08e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etools-repeatable-field-set.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

<paper-toolbar hidden$="{{!showHeader}}">
<paper-icon-button on-click="_toggle" icon$="[[_getExpandBtnIcon(open)]]"></paper-icon-button>
<div class="title">[[title]] <span hidden$="{{!showCounter}}">([[model.length]])</span><span class="show-optional" hidden$="{{!showOptional}}"> Optional</span></div>
<div class="title">[[title]] <span hidden$="{{!showCounter}}">([[model.length]])</span><span class="show-optional"> [[optionalSecondary]]</span></div>

</paper-toolbar>

Expand Down Expand Up @@ -248,9 +248,9 @@
type: Boolean,
value: false,
},
showOptional: {
type: Boolean,
value: false
optionalSecondary: {
type: String,
value: ""
},
allowCopy: {
type: Boolean,
Expand Down

0 comments on commit 0a08e3e

Please sign in to comment.