From 182ed730ddbf47f870d11068e58b775b2e3d7774 Mon Sep 17 00:00:00 2001 From: Mario Resl Date: Mon, 9 Sep 2024 11:04:32 +0200 Subject: [PATCH] fix: add missing option --- src/packages/time-plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/time-plugin.md b/src/packages/time-plugin.md index bbb2d63..c403c6d 100644 --- a/src/packages/time-plugin.md +++ b/src/packages/time-plugin.md @@ -97,6 +97,7 @@ const picker = new easepick.create({ | [stepMinutes](#option-stepMinutes) | number | 5 | Step for minutes. | [stepSeconds](#option-stepSeconds) | number | 5 | Step for seconds. | [format12](#option-format12) | boolean | false | Display 12H time. +| [native](#option-native) | boolean | false | This allows you to use input fields with the type=“time” instead of the select boxes ## Methods