HyaCinth

Results 18 comments of HyaCinth

这是微信开发者工具报的警告。但是微信提供的用来替代的api例如 getWindowInfo,其他小程序里只有支付宝小程序支持了。Taro对这些api是做直接替换的 换成 wx.getWindowInfo my.getWindowInfo。 现在直接替换会影响兼容其他端吧

![Image](https://github.com/user-attachments/assets/6e52d05c-4b07-4a53-a8c6-3318de03ac1e) 尝试这样使用,每次打开时都重新渲染该组件,传入最新的值作为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 ![Image](https://github.com/user-attachments/assets/d8477311-d825-469c-af49-c3fdd4cb0bbe) light: ![Image](https://github.com/user-attachments/assets/d92f85b1-4a0c-4043-b0fa-fcd219684827) dark: ![Image](https://github.com/user-attachments/assets/9fb285f2-4ce3-46ba-a873-523b9999f91b)

> How about using CSS variables to set the text's color > > ... seems `--color-text-secondary` is more clear :P ![Image](https://github.com/user-attachments/assets/90db70ad-bde5-421d-a4c7-73740875359c) ![Image](https://github.com/user-attachments/assets/8669a710-65cf-4871-808a-24881ce9b48c)

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 ![Image](https://github.com/user-attachments/assets/f0fe6748-99f1-44a5-8786-2c3ea42cc77f) ta会在拖拽结束且高度发生变化后触发,并返回当前高度 ![Image](https://github.com/user-attachments/assets/340df713-59bf-40c2-ba17-779230d60322)

感觉组件的文档比代码的api落后很多