I have a textbox and I want to show the value the user enters with 2 decimals, ex. if user entered 10, then I will show 10.00 in the text box.
<input type="number" class="form-control"/>
It's simple like this, I tried to use watch but am not sure about the method that am going to use in order to reach the required.
Do we have anyway to use currency filter inside a textbox input ?