Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React #23

Open
374632897 opened this issue Aug 9, 2017 · 1 comment
Open

React #23

374632897 opened this issue Aug 9, 2017 · 1 comment

Comments

@374632897
Copy link
Owner

No description provided.

@374632897
Copy link
Owner Author

受控组件(defaultVauevalue)

在表单中, 使用defaultValue, 用于为表单元素绑定一个初始值, 这个初始值在最开始的时候会被渲染金表单当中, 但是在之后这个值的来源值有所变化的话, 表单元素不会更新, 也就是说这个值只会在初始化的时候起作用。

使用value的话, 则可以对表单元素进行值同步。 需要注意的是, 如果使用 value属性, 则必须要为表单元素添加onChange的事件处理函数。表单元素的值的改变将会由它的事件处理函数来决定。 如果这个事件函数什么都不处理, 那么用户在表单元素中进行输入的时候, 将不会看到交互效果(也就是用户输入了, 但是值并没有改变)。

参考:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant