Closed Toru-Takagi closed 7 months ago
Fixed: https://github.com/formkit/tempo/issues/41#issuecomment-2005569614
common.ts#createPartMap#formatToParts(line 242) return { 'type': 'hour', 'value': '0' } common.ts#fill#value(line 178) return value.replace(/^0/, "") equal '0' -> ''
{ 'type': 'hour', 'value': '0' }
value.replace(/^0/, "")
@Toru-Takagi is attempting to deploy a commit to the Formkit Team on Vercel.
A member of the Team first needs to authorize it.
Thanks!
Fixed: https://github.com/formkit/tempo/issues/41#issuecomment-2005569614
common.ts#createPartMap#formatToParts(line 242) return
{ 'type': 'hour', 'value': '0' }
common.ts#fill#value(line 178) returnvalue.replace(/^0/, "")
equal '0' -> ''