--- id: forms title: Forms permalink: docs/forms.html prev: state-and-lifecycle.html next: lifting-state-up.html redirect_from: "tips/controlled-input-null-value.html" --- Form components such as ``, ` ``` For HTML, this easily allows developers to supply multiline values. However, since React is JavaScript, we do not have string limitations and can use `\n` if we want newlines. In a world where we have `value` and `defaultValue`, it is ambiguous what role children play. For this reason, you should not use children when setting `