nadchif / html-duration-picker.js

Turn an HTML input box to a duration picker, without jQuery
https://nadchif.github.io/html-duration-picker.js/
Apache License 2.0
45 stars 62 forks source link

Make it possible to delete the zeros like in the input type=time element #175

Open TomKJ opened 1 year ago

TomKJ commented 1 year ago

At the moment it is not possible to reach the case --:-- like in the input type=time field (Delete the zeros) image If the time input is set to these value, it returns an empty string ""

Do you think there is a chance to achieve the same behavior ?

Or to you have any suggestions how to solve this ?

Thanks in advance!