Open TLKG opened 2 years ago
In case anyone else encounters this here is the solution.
You have to set nullable
to true for the input to show your placeholder initially, example:
<input placeholder="Your placeholder" type="text" currencyMask [options]="{ nullable: true }">
Everything works great except placeholder text is not showing up. For example:
<input currencyMask formControlName="f1" placeholder="range: 0-10"/>
Only way to show placeholder is to manually erase the value from field