alexsb-software / events-app

An angular 2 application to handle the volunteers availability during the events
0 stars 0 forks source link

Create custom input ,type="number" HTML element #4

Open shakram02 opened 7 years ago

shakram02 commented 7 years ago

The default input element of type "number" doesn't wrap around values,

if it reaches max, it must be reset to 0 to go over less values, it can also be handy to switch over AM/PM while increasing the values

Creating a custom input HTML element will make setting times more easier.