react-weui
react-weui copied to clipboard
weui for react
css模块化
你好,请教一个问题,我引用了weui css,并且webpack配置css模块化,这样就会导致,全局的weui的css的class都变成hash值,导致无法生效,有什么好的解决办法么?
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** - bug **What is the current behavior? (现有状况)** - 选中项和emit的text不一致 **What is the expected behavior? (应有状况)** -...
****Do** you want to request a *feature* or report a *bug* (建议还是bug) ?** **What is the current behavior? (现有状况)** **What is the expected behavior? (应有状况)** **Which versions of React-weui, weui,...
I think Typescript fit this library: 1. Typescript has strong type that reduce minor error in development stage. 2. Typescript can provide a better intelliSense. Hope you rewrite in typescript...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** CityPicker在华为荣耀4C及其它某些机型上不能滑动 **What is the expected behavior? (应有状况)** 都可以正常使用 **Which versions...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** [https://github.com/weui/react-weui/blob/master/src/components/tab/tab.js#L38](https://github.com/weui/react-weui/blob/master/src/components/tab/tab.js#L38) Can't change defaultIndex after first render. **What is the...
1、目前 `SearchBar` 的 `input` 没有被识别成搜索框,手机浏览器激活输入框时,键盘回车键显示的是 'return‘(IOS自带键盘、'换行'(讯飞输入法 IOS 版)。原因在于 SearchBar 的 `form` 中没有 `action` 属性。增加后可以解决。 2、输入框的值不能保持绑定,常见的场景是路由跳转后再返回,激活输入框时,值为空( store 里有值),我对 `SearchBar` 增加了一个 `bindValue` 的 props 值,修改 input 的 onFocus 方法后可以解决,但是不确定合不合理。 原代码: ` this.setState({focus:true})}...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** SearchBar中的文字(组件中的state.text)无法通过业务代码中的value值改变 **What is the expected behavior? (应有状况)** SearchBar组件中增加componentWillReceiveProps,如: componentWillReceiveProps(nextProps) {...