]
George Gastaldi updated FORGE-2444:
-----------------------------------
Fix Version/s: 2.x Future
Component/s: UI - Eclipse
UI - IntelliJ IDEA
UI - NetBeans
(was: Addon Development)
Allow multiple resources selection in UIInputMany
--------------------------------------------------
Key: FORGE-2444
URL:
https://issues.jboss.org/browse/FORGE-2444
Project: Forge
Issue Type: Enhancement
Components: UI - Eclipse, UI - IntelliJ IDEA, UI - NetBeans
Affects Versions: 2.17.0.Final
Reporter: Rafael Pestano
Fix For: 2.x Future
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:
{code:title=Bar.java|borderStyle=solid}
@Inject
@WithAttributes(label = "Select Files")
private UIInputMany<FileResource<?>> files;
{code}
Will prompt a popup to select files but you cant sewlect more then one