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')(