onsuper

Results 4 issues of onsuper

It seems that the latest version cannot support WeChat applet and Alipay applet

🐛 bug 描述 📷 复现步骤 | Recurrence steps string[] openKeys = { "" }; void onOpenChange(string[] openKeys) { var latestOpenKey = openKeys.FirstOrDefault(key => !this.openKeys.Contains(key)); if (_menuData.ToList().Any(t => t.Key.Contains(latestOpenKey))) { this.openKeys...

🐛 bug 描述 📷 复现步骤 | Recurrence steps RangePicker 组件 设置 Ranges 在组件会显示出Ranges 的配置如 当日,本月,本年等等 选择: 当日,或者 本年,或者本月之后不会将 bind-value数据未更新, ` /// 日期控件的时间选择 public static Dictionary GetRangs() { var Ranges =...

![image](https://image.weticket.cn/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20230527173921.png?)

enhancement