Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Editor & Inputs › Anyone else facing issues similar to: Input? This topic has 1 reply, 2 voices, and was last updated 1 day, 6 hours ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 20, 2026 at 8:55 am #113348 natejacobsonParticipant What’s the best way to handle events in Smart.Input when using JavaScript? How to attach listeners? January 27, 2026 at 8:09 am #113350 adminKeymaster Hi, You can try this way: const input = document.getElementById('myInput'); input.addEventListener('change', (event) => { console.log('Value changed:', event.target.value); }); 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