HyaCinth
HyaCinth
可以加个加载样式不让快速多次点击
直接用``不会被编译进去吗?
这是微信开发者工具报的警告。但是微信提供的用来替代的api例如 getWindowInfo,其他小程序里只有支付宝小程序支持了。Taro对这些api是做直接替换的 换成 wx.getWindowInfo my.getWindowInfo。 现在直接替换会影响兼容其他端吧
 尝试这样使用,每次打开时都重新渲染该组件,传入最新的值作为defaultValue
请提供一下完整复现代码 这样使用没有出现异常: ```tsx export default function Demo() { const formIt = Form.useForm() return ( console.info(errs, res)}> { if (d && d.length) { return `${d[0]}年${d[1]}月${d[2]}日` } else return '请选择' }} showArrowRight...
How about using CSS variables to set the text's color  light:  dark: 
> How about using CSS variables to set the text's color > > ... seems `--color-text-secondary` is more clear :P  
You have clicked the 'Save' button, so the input tag lost focus. 🧐 I think this is normal situation, and has nothing to do with this library. Or you can...
可以传入handleChange  ta会在拖拽结束且高度发生变化后触发,并返回当前高度 
感觉组件的文档比代码的api落后很多