In my form there is text box that allow multi value input with a delimiter
example "AU,RU,SG,US"
user can add in multi value..
May I know if there is anywhere site that shows UI input example for such data?
currently we are using a popup bean with 2 list box, one list box contains all the available data, another for selection.
I am wondering if there are other better approach.
Added explanation: There is a textbox with a button to click.
and when a user click the button, a popup will appear.
The popup will have 2 list. List one shows all the available values to choose from and user can move the another list box.
The user will click update button once he/she finish his selection and it will update the text field with the selected data.
My question is what other ways of UI presentation are there available for multi-value selections. In future the values might be display in a Tree and user have to select some of the nodes.