We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Select combobox defaultValue="杭州"> <Option key="杭州">杭州</Option> </Select>
最初以为是 placeholder 的原因,但是原来没有 placeholder,只要有 value 也会触发 react 版本是 0.14.8
The text was updated successfully, but these errors were encountered:
试试 react@15
facebook/react#5746
Sorry, something went wrong.
因为业务上还需要支持 IE8 的原因,目前还不具备条件切换到 react@15,请问是否还有其他解决方式?
试试用 getInputElement 自定义一个处理了 change 事件的 input 传给 Select?
getInputElement
No branches or pull requests
最初以为是 placeholder 的原因,但是原来没有 placeholder,只要有 value 也会触发
react 版本是 0.14.8
The text was updated successfully, but these errors were encountered: