Enterprise Data Grid & UI Components for Angular, React & Blazor › Forums › Editor & Inputs › Anyone know if there’s a known bug with: Input? This topic has 1 reply, 2 voices, and was last updated 1 week, 5 days ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 15, 2026 at 7:55 am #113455 natejacobsonParticipant What’s the best way to handle events in Smart.MultiComboInput when using JavaScript? How to attach listeners? April 17, 2026 at 6:41 am #113469 adminKeymaster 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/ 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