Aslak Knutsen created FORGE-1648:
------------------------------------
Summary: InputComponent with magic name 'arguments' does not work if
UISelectOne is used
Key: FORGE-1648
URL:
https://issues.jboss.org/browse/FORGE-1648
Project: Forge
Issue Type: Bug
Components: UI - API
Affects Versions: 2.1.1.Final
Reporter: Aslak Knutsen
{code}
@Inject
@WithAttributes(label = "Arguments", required = true)
private UISelectOne<String> arguments;
{code}
Expected to be able to get 'value choice' via "command <tab>", but
'arguments' is not recognize as a non switch argument.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira