ng-devui
ng-devui copied to clipboard
Angular UI Component Library based on DevUI Design
### What problem does this feature solve tree控件在构造函数的后台请求数据后赋值树结构没有刷新如何解决,求解? ### What does the proposed API look like 动态修改dataSource值没有刷新
### Version latest ### Angular Version lastest ### Link to minimal reproduction https://devui.design/components/zh-cn/mention/demo#custom-prefix ### Step to reproduce 1. 配置prefixes = ['$$'] 2. 输入 $$ ### What is expected 期望能够触发提示信息 ###...
### What problem does this feature solve 单选框选择到的返回都是对象 ` { "name": "option1", "value": 1 }` ### What does the proposed API look like 能不能加个控制返回value,表单获取值方便点
https://github.com/ReactiveX/RxJS/blob/master/CHANGELOG.md#breaking-changes-8 RXJS7 开始,Subscription的add方法返回值修改为void https://github.com/DevCloudFE/ng-devui/blob/576100b5aa9af9bb372ed1f902a02e1a9ce35fc0/devui/dragdrop/directives/draggable.directive.ts#L122
ng add ng-devui-admin Skipping installation: Package already installed ? Please choose the default language you want to use: 简体中文 (zh-ch) ? Would you like to add lint files for your...
### What problem does this feature solve  如图,在勾选父级时,虽然子级也有勾选效果,但实际显示的值是node2,目前开启多选后,ngModelChange会返回所有选中的值,且在数据量大时,卡顿严重  ### What does the proposed API look like [tree]=true
### Version 16.1.0 ### Angular Version 16.2.x ### Link to minimal reproduction https://stackblitz.com/edit/angular-zeajjr ### Step to reproduce 下拉菜单关闭时 ### What is expected _No response_ ### What is actually happening 控制台报如下警告信息:...
### Version 14.1 ### Angular Version 14.1 ### Link to minimal reproduction https://devui.design/14.1.0/components/zh-cn/transfer/demo#transfer-demo-custom ### Step to reproduce 在自定义穿梭框demo, ```html ``` 1. 其中"pageIndexChange"不被支持,也没有分页组件; 2. 其次就是,勾选左边表格数据,点击向右箭头,把数据移动到右边,然后就发现左边表格原本分页的表格没有了分页; 3. 另外还有一个问题,就是左右穿梭箭头按钮的激活和禁用是通过那个参数控制的呢? 4. 使用配置column,勾选(全选)穿梭一次之后,穿梭按钮的禁用和激活不受勾选控制,需要多次勾选才恢复正常。 ### What...
### What problem does this feature solve 添加formControlName,无法拿到表单值 ### What does the proposed API look like 使用form相关api可以获取到 控件得值