I've been working on integrating an external library that allows for inputting document length.
Specifically, I'm using the html-duration-picker library, but it seems like the input functionality is not quite right for durations.
Could it be that I forgot to import something or is there a glitch with the library itself?
If anyone could provide some assistance, I'd greatly appreciate it.
Thank you
HTML Code Examples:
<h2>Result:</h2>
Regular Input box <br><code><input type="text"></code> <br>
<input type="text">
<br><br>
Duration Input box <br><code><input class="html-duration-picker"></code> <br>
<input type="text" class="html-duration-picker">
<br><br>
Hide Seconds <br><code><input class="html-duration-picker" data-hide-seconds></code> <br>
<input type="text" class="html-duration-picker" data-hide-seconds>
<br>