-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clamp tags! #57
Comments
I think decoupling the measure process implementation with Vue is a good idea. Some thoughts:
|
Raw HTML support is fancy but I don't think it can cover tag clamping usage (or something with fixed height). I've searched Anyway, thanks for your advises! I'll wait for raw html support currently. |
Yes. That's why I said we need to discuss more to figure out what the final API should look like and what feature set should be supported. |
Honestly, I have no idea. Waiting for a solution. |
This repo is so great. Thanks to your work! We found it because there is a tags-clamping feature in our product. Since we haven't found any vue component supports tags-clamping, we reimplemented
vue-clamp
. I hope our codes could be merged into master branch so I submit this issue.Let me explain the main changes:
applyChange
method, we only need to design a proper workflow in Vue style for offset updating. Then just let Vue handle the DOM updating!ant-design
inutils.js
.Fork repo: https://github.com/boyuai/vue-clamp
Demo: https://boyuai.github.io/vue-clamp/demo/
The text was updated successfully, but these errors were encountered: