JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Combobox set value error › Reply To: Combobox set value error
March 1, 2024 at 4:20 pm
#109912
Markov
Keymaster
Hi Joko,
The type of the ‘value’ is expected to be String. You will see a console log message that the Type validation has failed, because a String value is expected.
You can use ‘1’ instead of 1.
Regards,
Markov