[basicui] Selection Item only updates after site refresh

When i change the selected item the shown entry stays the same as before.
After doing a manual site refresh (Chrome Browser) the correct entry is shown.

My sitemap:

Selection item=Yamaha_Surround mappings=["2ch Stereo"="2ch","7ch Stereo"="7ch"]

Im running the latest snapshot #1098

In the classicUI and in the android app it is working fine

Even in an minimal example the issue exists:
Item:

String dummy "dummy"

Sitemap:

 Selection item=dummy mappings=[1="foo",2="bar"]

Log:

18:56:41.010 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'dummy' received command 1
18:56:41.024 [INFO ] [smarthome.event.ItemStateChangedEvent] - dummy changed from NULL to 1
18:56:43.881 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'dummy' received command 2
18:56:43.901 [INFO ] [smarthome.event.ItemStateChangedEvent] - dummy changed from 1 to 2

i got the same issue. Maybe it’s got to do with the mapping part, as switches seem to update ok.

ill see if i can find the issue this week and report a bug.