V-autocomplete implementation #38
Replies: 9 comments 2 replies
-
Thanks for the feedback, I do appreciate it! Let me address your bullet points first. Some stuff might be me just thinking out loud.
To do that you would use the
Currently I don't believe there is a way. There is the internal event
That should be easy to add. I have a
I can see about adding another prop, perhaps How would you see this working? Would the underline (when using it) be the full width of the cell, or keep it only on the displayed value, but make the whole cell clickable to open the field? Now to answer the first question about adding an I don't think using the But with that said, I threw together a Just for my mental notes, props v-autocomplete has that v-select does not:
|
Beta Was this translation helpful? Give feedback.
-
So I went ahead and added a couple things today anyway. Both of these changes on the I added If you want to checkout the |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick response! Adding
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes, I did add |
Beta Was this translation helpful? Give feedback.
-
@DaanVervacke Moved the package out of beta today since I know that vue is keeping defineModel (which was why I was waiting). This release also has the cell editing. :) Haven't had time to work on the Autocomplete field just yet, but it's still planned. |
Beta Was this translation helpful? Give feedback.
-
Happy 2024! Any updates on the v-autocomplete component? |
Beta Was this translation helpful? Give feedback.
-
It's still on my list of things to do. I was hoping to fix a typescript issue with the library first (not major or breaking, but annoying as it's been fighting me aka, I'm having a hard time sorting it out) before digging into the autocomplete. I've also been busy with other projects (updates, bug fixes, adding vitest, optimization, etc.) and the such. I also took a few weeks around the holiday to take a break from coding (as much as possible), even though Home Assistant hooked me in. So it's definitely still planned, hopefully sooner than later. |
Beta Was this translation helpful? Give feedback.
-
@DaanVervacke I added it in with the latest release, but am calling it "beta" so I can take some time to test things out more when I have time, but it seems stable atm. I didn't add in a way to save when an item is selected, at least for now, as I feel like that may introduce complications. Pull Request: #48 |
Beta Was this translation helpful? Give feedback.
-
Hey, first of all... this package is amazing!
Using inline fields inside my Vuetify data-table has drastically improved the performance of my web app.
I do wonder, do you plan to create an inline field variant for v-autocomplete?
I'm currently using one inside the VInlineCustomField component, but I'm experiencing some issues:
Either way, I'm fully sold on this project and will be using it on all my future projects! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions