m-picker
m-picker copied to clipboard
React Mobile Picker(web & react-native)
PopupMixin.tsx line:116 Popup和Picker结合使用时,.getValue()报错,picker对象中没有此方法? ```js import Picker from 'rmc-picker/lib/Picker' import PopPicker from "rmc-picker/lib/Popup"; ... const items = ["1", "2", "3", "4", "5" ,"6" ,"7"]; const popupContent = ( { items.map((item) =>...
https://github.com/react-component/m-picker/blob/master/src/PopupMixin.tsx :142 应该要触发上从props传入的hide事件吧
Typescript definition file conflicts. Platform: React Native Scripting: Typescript ``` import Picker, { Popup } from "rmc-picker"; // TSC Compile Error. [ts] Module '"/doeworks/src/mobile/node_modules/rmc-picker/lib"' has no exported member 'Popup'. [2305]...

如题:能否把 styles 属性暴露出来?支持自定义样式。。。
{'open'} 源码貌似把点击方法绑定到button上了
- 缺少 Popup 组件文档说明 - 整理删除 m-cascader / m-date-picker 的 popup 部分 API 说明,直接 链接 到这里 的 popup api 文档来。文档跟实际代码一致。 - 结合 https://github.com/react-component/m-date-picker / https://github.com/ant-design/ant-design-mobile/tree/master/components/date-picker ,理清 defaultDate / date /...
ios原生picker点击未选中的item会立刻选中,android暂时没有这个feature, 尝试了给item添加onPress触发firValueChange,希望等#49若能merge之后pr
RN 的 PickerItem 有 color 属性,希望能用来表现某些 item 的 invalid 状态