]
George Gastaldi updated FORGE-2526:
-----------------------------------
Fix Version/s: 3.x Future
UISelectOne - Allow to know which index was selected
----------------------------------------------------
Key: FORGE-2526
URL:
https://issues.jboss.org/browse/FORGE-2526
Project: Forge
Issue Type: Feature Request
Components: UI - API
Affects Versions: 2.20.1.Final
Reporter: Claus Ibsen
Fix For: 3.x Future
When using the UISelectOne then you cannot today know which index the user selected,
whether it was the first, the last, or some other in between.
You can only get the value, and then from the value you need to determine yourself if it
was the first, last etc.
Also due to bug FORGE-552 the returned value can be invalid, and you would not have a way
of know exactly what was selected.
To be able to get the index would be great. This is also what other UI frameworks offers
in both Java and Javascript etc.
The same thing would be nice on the change listener, where its applicable.