]
Aslak Knutsen updated FORGE-1648:
---------------------------------
Fix Version/s: 2.x Future
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
Fix For: 2.x Future
{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: