Here is the Example
<div>
<input class="timepic" type="number"><label style="font-size: 12px;color: black;">HH</label>
<input class="timepic" type="text"><label style="font-size: 12px;color: black;">MM</label>
<input class="timepic" type="text"><label style="font-size: 12px;color: black;">SS</label>
</div>
- SO i want to add 00,01,02,03....... in the textbox! I expecting a answer related to the angular component.
- Importent...................
If i type a number in the textbox number must be 00,01,02... like this without focusOut in the textbox! As well as if i use up and down arrows in the text box numbers must be 00,01,02........