Skip to content

Handling scroll event #538

Discussion options

You must be logged in to vote

Thanks, Seb.

This works for me:

        vuetify.VTextarea(v_model="test", id="id-scroll",
                          raw_attrs=[
                              f'''v-scroll:#id-scroll="(e) => trigger('{self.server.controller.trigger_name(self.onScroll)}',[e.target.scrollTop])"''',
                          ],

Strange, with v-scroll.self it did not work, I had to set target explicitly.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@SergeyYakubov
Comment options

@jourdain
Comment options

@SergeyYakubov
Comment options

@jourdain
Comment options

@jourdain
Comment options

Comment options

You must be logged in to vote
4 replies
@jourdain
Comment options

@SergeyYakubov
Comment options

Answer selected by SergeyYakubov
@jourdain
Comment options

@SergeyYakubov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants