From 493a22b865f890e5a380f53d3e327925455cd7ea Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Wed, 20 Nov 2013 21:12:06 -0500 Subject: [PATCH] docs `select` `value` to control chosen option --- docs/06-forms.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/06-forms.md b/docs/06-forms.md index b2f2323e..a9cf1777 100644 --- a/docs/06-forms.md +++ b/docs/06-forms.md @@ -130,3 +130,18 @@ For HTML, this easily allows developers to supply multiline values. However, sin ``` If you *do* decide to use children, they will behave like `defaultValue`. + + +### Why Select Value? + +The selected ` + + + +``` + +To make an uncontrolled component, `defaultValue` is used instead.