Meituan-Dianping / beeshell

React Native 组件库
MIT License
1.8k stars 280 forks source link

Dropdown 组件设置 cancelable={false}点击蒙层依然消失 #37

Closed liuyunzyj closed 5 years ago

liuyunzyj commented 5 years ago
 <Dropdown
            ref={c => {
              this.slideModal2 = c;
            }}
            offsetX={0}
            style={{ width: screenW, height: setSpText(150) }}
            offsetY={this.state.offsetY2}
            cancelable={false}
            value={this.state.value}
            data={this.state.data}
            onChange={this.onChange}
          />
liuyunzyj commented 5 years ago

@wxlworkhard 望快点修复这个bug

wxlworkhard commented 5 years ago

beeshell@2.0.6