react-time-input-polyfill
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"files": { | ||
"main.css": "/react-time-input-polyfill/static/css/main.2743c8fd.chunk.css", | ||
"main.js": "/react-time-input-polyfill/static/js/main.03077436.chunk.js", | ||
"main.js.map": "/react-time-input-polyfill/static/js/main.03077436.chunk.js.map", | ||
"main.js": "/react-time-input-polyfill/static/js/main.ed427708.chunk.js", | ||
"main.js.map": "/react-time-input-polyfill/static/js/main.ed427708.chunk.js.map", | ||
"runtime-main.js": "/react-time-input-polyfill/static/js/runtime-main.c87944e3.js", | ||
@@ -11,3 +11,3 @@ "runtime-main.js.map": "/react-time-input-polyfill/static/js/runtime-main.c87944e3.js.map", | ||
"index.html": "/react-time-input-polyfill/index.html", | ||
"precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js": "/react-time-input-polyfill/precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js", | ||
"precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js": "/react-time-input-polyfill/precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js", | ||
"service-worker.js": "/react-time-input-polyfill/service-worker.js", | ||
@@ -20,4 +20,4 @@ "static/css/main.2743c8fd.chunk.css.map": "/react-time-input-polyfill/static/css/main.2743c8fd.chunk.css.map" | ||
"static/css/main.2743c8fd.chunk.css", | ||
"static/js/main.03077436.chunk.js" | ||
"static/js/main.ed427708.chunk.js" | ||
] | ||
} |
@@ -17,3 +17,3 @@ /** | ||
importScripts( | ||
"/react-time-input-polyfill/precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js" | ||
"/react-time-input-polyfill/precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js" | ||
); | ||
@@ -20,0 +20,0 @@ |
@@ -150,3 +150,7 @@ import React from 'react' | ||
? newTimeValues | ||
: this.state.time | ||
: { | ||
hrs: '--', | ||
min: '--', | ||
mode: '--', | ||
} | ||
: null, | ||
@@ -153,0 +157,0 @@ value24hr: time24hr, |
{ | ||
"name": "react-time-input-polyfill", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A pre-built, plug-and-play, fully accessible React component that will produce an `input[type='time']` element with a built in polyfill for IE and Safari support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,2 +36,5 @@ import React, { useState } from 'react' | ||
</button> | ||
<button onClick={() => setValue('')}> | ||
Set {label} time to "" | ||
</button> | ||
</p> | ||
@@ -38,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2033114
4577