Combobox How to remain input

Hello.



I am making a form using Combobox.



I would like to know how to remain the user input after refreshing the page?



Thanks in advance.

You can set any combo value by using
combo.setComboText(some)
or
combo.setComboValue(some)

There is no any special solution built in to save data between page reloading.