# STEPS TO REPRODUCE 1. inspect any page 2. go to the Canvas tab 3. delete the existing text from the "[ ] Record <input> frame(s)" input => the <input> automatically sets the content to "0" if there is no other content (e.g. empty) When typing after this, there's now a leading "0" (e.g. "01").
<rdar://problem/48276798>
Created attachment 362730 [details] Patch
Comment on attachment 362730 [details] Patch rs=me, Seems a little messy to use a private getter/setter here instead of just methods.
Comment on attachment 362730 [details] Patch (In reply to Joseph Pecoraro from comment #3) > rs=me, Seems a little messy to use a private getter/setter here instead of just methods. I intentionally named the getter/setter so that it would be almost the same as if we used the <input> directly (`_recordingAutoCaptureFrameCountInputElementValue` vs `_recordingAutoCaptureFrameCountInputElement.value`).
Comment on attachment 362730 [details] Patch Clearing flags on attachment: 362730 Committed r242079: <https://trac.webkit.org/changeset/242079>
All reviewed patches have been landed. Closing bug.