Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › Combobox set value error Tagged: combobox component This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by Markov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 1, 2024 at 2:01 am #109899 Joko PitoyoParticipant Unable set value combobox with number, error actually Numher expected string since update methode can receive any value, confused cboUser.value=1; will generate error how can i update combobox value with integer? why not recive any value? March 1, 2024 at 4:20 pm #109912 MarkovKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In