High-Performance UI Component Library for Enterprise Applications › Forums › Editor & Inputs › Anyone know if there’s a known bug with: Input? › Reply To: Anyone know if there’s a known bug with: Input?
April 17, 2026 at 6:41 am
#113469
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/