Rafael Pestano created FORGE-2444:
-------------------------------------
Summary: Allow multiple resources selection in UIInputMany
Key: FORGE-2444
URL:
https://issues.jboss.org/browse/FORGE-2444
Project: Forge
Issue Type: Enhancement
Components: Addon Development
Affects Versions: 2.17.0.Final
Reporter: Rafael Pestano
For now we cannot select more then one resource (eg:file in filesystem) to be added in a
UIInputMany, we have to select a reserce 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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)