react-mobile-picker icon indicating copy to clipboard operation
react-mobile-picker copied to clipboard

An iOS like selector/picker component for web

Results 23 react-mobile-picker issues
Sort by recently updated
recently updated
newest added

## This PR updates the package to use the latest versions of React, Babel, and Webpack. Fixes #40 ### Included Changes - Updated dependencies for React 17.0.2+ compatibility. - Updated...

你好,提了个PR https://github.com/adcentury/react-mobile-picker/pull/26 背景:react onTouchMove 里不能 event.preventDefault(),原因 https://www.chromestatus.com/features/5093566007214080 ,event.preventDefault() 不起作用,导致 页面其他地方也跟着 move,体验不好 可以运行demo,控制台报 ![image](https://user-images.githubusercontent.com/1010130/47861958-fc722100-de2e-11e8-8c6f-6751d13bfadd.png) 猜测 react 内部对事件 passive:true 了 (但我没找到相关代码) 修复:使用原生的事件

Dragging the selected item to even 90% below the selected area maintains the state. and dragging it just a little bit above selected area changes the selected item. Criteria should...

Added scroll transition duration prop, now users can also set as per their need

My use case is with a mouse (or, more accurately, a touch-screen that treats touches as mouse events). Currently I must click on an option to have it move into...

![image](https://user-images.githubusercontent.com/20593532/50395630-41b42e80-07a0-11e9-9bbc-58a3bf1cd64e.png)

Hey Adcent, Hope you are having a good day. This is a PR aimed to fix the following problems: * Touching a column results in triggering the scroll event on...