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

您好关于Checkbox在Cell里与input一起使用出现的bug #285

Open
jacksonpan opened this issue Jun 25, 2018 · 0 comments
Open

您好关于Checkbox在Cell里与input一起使用出现的bug #285

jacksonpan opened this issue Jun 25, 2018 · 0 comments

Comments

@jacksonpan
Copy link

jacksonpan commented Jun 25, 2018

**Do you want to request a feature or report a bug (建议还是bug) ?**bug

What is the current behavior? (现有状况)
image

<FormCell checkbox={true} key={item.index} style={{position: 'relative'}}>




<Checkbox name={"checkbox"+index} checked={item.selected} onChange={this.selectChange} id={index}/>


当我这样使用的时候会出现ru如下图所示,最下面一行的选项,同时text无法点击输入,但我更换radio框是可以使用的。
image

What is the expected behavior? (应有状况)
应该不会出现多余的一个checkbox框,以及input框可以点击并且输入

Which versions of React-weui, weui, and which OS and device are affected by this issue? (React-weui版本 weui版本 机型和系统)
"react": "^16.4.1",
"weui": "^1.1.0"
macbookpro 15
macos 10.13.5

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