Enterprise Data Grid & UI Components for Angular, React & Blazor Forums Editor & Inputs Anyone know if there’s a known bug with: Input?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113455
    natejacobson
    Participant

    What’s the best way to handle events in Smart.MultiComboInput when using JavaScript? How to attach listeners?

    #113469
    admin
    Keymaster

    Hi,

    You can use the native Javascript addEventListener method and bind to the ‘change’ event.

    el.addEventListener('change', (event) => {
    // your code here
    });

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

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