I'm working on a time entry feature with one input field where users need to enter the hour and minute in HH:mm format. How can I automatically format the input values to display as HH:mm? For example, when entering 11:30, how can it be displayed as such without the user needing to add the colon? Any assistance or advice on this matter would be greatly appreciated.