When a TaurusValueComboBox widget is initialized it does not show the set value.
The setValue method does not find the given value since it saves internally as string. Fix it doing a cast.
Update by @CPascual : It is more likely related to this