From 555a775e9f2507b9ea0781fc376968dc394b663a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=87=E8=A7=81=E5=90=8C=E5=AD=A6?= <1875694521@qq.com> Date: Wed, 23 Jul 2025 22:17:34 +0800 Subject: [PATCH 1/6] feat: add showPreviewValue option --- docs/examples/basic.tsx | 9 +++++++++ docs/examples/range.tsx | 11 +++++++++++ docs/examples/time.tsx | 14 +++++++++++++- src/PickerInput/RangePicker.tsx | 5 ++++- src/PickerInput/SinglePicker.tsx | 6 +++++- src/interface.tsx | 2 ++ 6 files changed, 44 insertions(+), 3 deletions(-) diff --git a/docs/examples/basic.tsx b/docs/examples/basic.tsx index 08d747111..1d8504760 100644 --- a/docs/examples/basic.tsx +++ b/docs/examples/basic.tsx @@ -154,6 +154,15 @@ export default () => {