-
Enhancement
-
Resolution: Unresolved
-
Major
-
2.17.0.Final
-
None
For now we cannot select more then one resource (eg:files in the filesystem) to be added in a UIInputMany, we have to select a resource at a time.
example:
Bar.java
@Inject @WithAttributes(label = "Select Files") private UIInputMany<FileResource<?>> files;
Will prompt a popup to select files but you cant sewlect more then one