Invalid scroll event for iView component input [type = "textarea"]

Native textarea scrolls can be done with @ scroll ,
but the Input component in iView does not seem to provide on-scroll instruction. What should I do
?

Mar.06,2021

you can bind scroll events in mounted to handle

.
mounted: {
    // $refsdom
    this.textArea = this.$refs.viewTextArea;
    // domscroll
    this.textArea.addEventListener('scroll', () => {}, true);
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b372cf-2b8bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b372cf-2b8bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?