-
Updated
Oct 18, 2021 - Java
Spring
Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Here are 14,358 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Java
-
Updated
Jun 14, 2021 - Java
-
Updated
Oct 19, 2021 - Java
-
Updated
Oct 16, 2021 - Java
-
Updated
Aug 24, 2021 - Java
-
Updated
Sep 20, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Oct 8, 2021
-
Updated
Oct 19, 2021 - Java
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Empty list of items when passed to multi select , tree select and multi-tree select shows No Item Found in dropdown.
Expected Result:
When I use a multi-select widget and pass an empty array as items, I should see No Result found which is consistent with other widgets


版本:2.2.6
https://github.com/alibaba/spring-cloud-alibaba/blob/387dd46fa4d037dad3d7091fca2274d4cc1d5034/spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/registry/NacosServiceRegistry.java#L40-L60
在NacosServiceRegistry里引用NacosServiceManager是采用直接注入的方式,当在我想在项目中实现注册多个Nacos注册中心时,就没办法复用此类,建议引用NacosServiceManager的方式和引用NacosDiscoveryProper