Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109899
    Joko Pitoyo
    Participant

    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?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.