crifan 7年前 (2017-07-10) 2604浏览 0评论
折腾:
【已解决】ReactJS中如何实现长按某行显示内容
期间,结果发现:
react-tappable中TappableMixin.js
有代码有问题 TappableMixin.js?81b1:92 Uncaught TypeError:...
crifan 7年前 (2017-07-10) 2751浏览 0评论
现在对于: 想要实现类似于:
长按某行,弹出对应的内容: reactjs long press row
javascript – long press and drag event in react.js – Stack ...
crifan 7年前 (2017-07-10) 2603浏览 0评论
之前:
【未解决】Preact中用spring-picker去实现弹框选择
但是
(1)虽然手动解决了css中样式(calc无效)的问题
(2)但是还是无法解决,什么原因导致了第二次进入页面后,无法消失掉背景的modal页面
所以只能放弃。
所以只能...
crifan 7年前 (2017-07-10) 3764浏览 0评论
折腾:
【记录】ReactJS中参考spring-picker自己去实现弹框选择
期间,对于代码: render () {
let modal = null; // if (this.state.isVisible) {
...
crifan 7年前 (2017-07-10) 4191浏览 0评论
参考别人的代码:
springalskey/picker: react mobile picker选择器,一级、二级联动,三级联动城市选择器
去使用: .modal_overlay {
position: fixed;
top: 0;
...
crifan 7年前 (2017-07-10) 7733浏览 0评论
之前:
【已解决】运行spring-picker的demo中出现警告:Warning string refs are not supported on children of TransitionGroup
已经知道,最新React中不建议用refs...
crifan 7年前 (2017-07-10) 2698浏览 0评论
reactjs/react-modal: Accessible modal dialog component for React ➜ ucowsapp git:(master) ✗ npm install react-modal –...
crifan 7年前 (2017-07-08) 2392浏览 0评论
折腾:
【未解决】Preact中用spring-picker去实现弹框选择
期间,运行spring-picker的demo时出现警告: browser.js?26d3:49 Warning: string refs are not suppo...
crifan 7年前 (2017-07-08) 2566浏览 0评论
折腾:spring-picker
【已解决】ReactJS中如何弹出列表选择框
期间,去试试用spring-picker:
springalskey/picker: react mobile picker选择器,一级、二级联动,三级联动城市选择器
效...
crifan 7年前 (2017-07-07) 2994浏览 0评论
折腾:
【已解决】Preact-Router中如何通过路由实现返回上一页
期间,
最后是找到了history: import { Router } from ‘preact-router’;
import {browse...