Yrobot
Yrobot
希望监听函数可以单独对store里某一项数据的更新做监听,支持onChange传入依赖列表(类似useEffect的第二个参数)
建议在required总添加对object的判断: ``` required(value, param) { if (!that.depend(param)) { return 'dependency-mismatch' } else if (typeof value === 'number') { value = value.toString() } else if (typeof value === 'boolean') { return...
### Steps to reproduce 1. click the country select 2. popup the list ### Expected behaviour Show Dropdown on PC device, show global select modal on mobile device. Or let...
Related to #1328 add option `tabletMode` to control the responsive display mode.
## **Is your feature request related to a problem? Please describe.** I want to declare which field i want to hide in graphql schema. ## **Describe the solution you'd like**...
 然后将onload里store的绑定放在options.onload后,从而在watch里可以获取onload里的初始化设置。 
**Describe the bug** There will be only one node displayed in the canvas if there are link which target ot source not in the nodes list **To Reproduce** https://codesandbox.io/s/3d-force-directed-graph-bug-links-id-p5fkgt?file=/index.html when...
**问题描述** 使用阿里云邮箱的smtp作为发送邮件服务,多次发送邮件会被过滤,工单阿里云邮箱后给回复是被过滤了,需要添加 message-ID 来避免过滤。 **复现步骤** 多次发送测试邮件 **预期结果** 有地方可以配置邮件额外的参数,比如邮件发送的title支持变量,来动态生成 subject或者添加一个唯一的message-ID **相关截图**
add a hover popup to display the webhook url, so that http users could copy the url by thier own.