-
Notifications
You must be signed in to change notification settings - Fork 8
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
More tutorials ? #1
Comments
Hi, Oliver. Thanks for your kind words. Do you have an example of how that component would look like? |
Somewhat like this I can also set the maximum number of tags so the input field would not expand when there are many tags. https://github.com/vueform/multiselect |
Oh, at first glance it looks like it would have this structure: <div class="container">
<div class="tag-list">
<div class="tag"></div>
</div>
<input v-model="search">
</div> And then the input disappears when |
You're right think that is the main structure (also from the video I've seen). |
Well, a <input id="color" list="suggestions">
<datalist id="suggestions">
<option value="Black">
<option value="Red">
<option value="Green">
<option value="Blue">
<option value="White">
</datalist> https://teamtreehouse.com/community/creating-a-suggestion-list-for-html-form-input-elements |
Having a good foundation of CSS can really untie your creativity. |
Does it support videos? |
Hi, @petrasvestartas. You mean like thumbnails or actual video players? I think it should work on both cases, but haven't tried. I would recommend you to use a professional grade library though; something like swiper.js. |
Yesterday night I tried swiper, it worked quite well with version of swiper 6. Thank you for reference. |
In case if you are interested in making more tutorial (I really hope so)
Can you do tutorial where we create a tag on an input and whenever we press enter a new tag will be added but if there are too many tags in the input the others will not be shown
The text was updated successfully, but these errors were encountered: