javascript - Angular UI mask remove placeholder -
i using angular ui mask
directive credit card field , adding underscores placeholder. there way not show placeholder?
you can find example in demo.
just write want placeholder
attribute.
<input name="masked" ui-mask="{{y}}" ng-model="x" placeholder="write mask or click button" class="input-large" style="vertical-align: top;">
Comments
Post a Comment