波比小金刚
波比小金刚
暂时先增加了一个简单的超限的测试用例,隐身模式下用对象来hack的方法测试报错太多,我还没来的及排查。怀疑是原型上的一些bug。所以暂时还原了大部分代码
- [x] support for disabling inputs
so it should be like this: when i changed value to `10`, the step is `0.1`, and `0.01` when i changed the initial value to `10.1`? and i use keyboard...
```js const padStep = step ? getStep(step) * 10 : getStep(_value) step = step || padStep / 10 const pad = Math.round(clamp(Math.log10(1 / padStep), 0, 2)) ``` so maybe `padStep`...
ok @dbismut Thank you very much for your patient reply
wait for the pr merged.
tango 啥时候开源啊
good repo! for this issue, maybe can use RegExp: ```js penv({ [/^(qatest|production)$]: 'https://example.com' }) ``` i will try a pr.
学芝大佬, monorepo 🚀