From f5d53a4d1283dbd9638560380c3dbccf77f7da26 Mon Sep 17 00:00:00 2001 From: 97vack <1739717921@qq.com> Date: Thu, 4 Jan 2024 09:25:58 +0800 Subject: [PATCH] docs: Update _combination.tsx --- docs/demos/_combination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/demos/_combination.tsx b/docs/demos/_combination.tsx index feb5f57..d82b9d7 100644 --- a/docs/demos/_combination.tsx +++ b/docs/demos/_combination.tsx @@ -13,12 +13,12 @@ export default function App() { } - defaultValue={model.name} + initialValue={model.name} /> } - defaultValue={model.age} + initialValue={model.age} /> {render('select')(