How to use events with Stipple component? #95
Unanswered
AbhimanyuAryan
asked this question in
Q&A
Replies: 2 comments 2 replies
-
edit: vue2 1.15 UMD is using |
Beta Was this translation helpful? Give feedback.
1 reply
-
@AbhimanyuAryan Pretty cool! Seems like you found the solution? What's the question? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm specifically look at QSelect component https://v1.quasar.dev/vue-components/select#qselect-api @hhaensel
Issue:
Currently
appends a garbage value when typing input to select:
What I trying to achieve is that once the user picks the option from drop. There's no garbage value appended(the one user typed)
This can be achieved by following code:
Codepen: https://codepen.io/milospaunovic/pen/BameGba?editors=1011
However I am unsure how to use @update event with
model-value
This is also required for pkgviz to auto suggest package names:
view: https://github.com/GenieFramework/PkgVizBoard/blob/8800ebf587cc786a61cbed28560be42b26ff7ffa/app/resources/dashboard/views/dashboard.jl#L13
js method: https://github.com/GenieFramework/PkgVizBoard/blob/8800ebf587cc786a61cbed28560be42b26ff7ffa/app/resources/dashboard/Dashboard.jl#L161-L175
Beta Was this translation helpful? Give feedback.
All reactions