meteor-polymer-elements icon indicating copy to clipboard operation
meteor-polymer-elements copied to clipboard

char counter

Open ganySA opened this issue 10 years ago • 0 comments

I have tried to get the below to work but the counter doesnt seem to work...

{{> paper_char_counter_link}}

<paper-input-decorator>
    <input id="input1" is="core-input" maxlength="5">
    <paper-char-counter class="footer" target="input1"></paper-char-counter>
</paper-input-decorator>

paper_char_counter_link doesnt seem to be a valid template. without it paper-char-counter doesnt do anything... any ideas

ganySA avatar May 21 '15 13:05 ganySA