Edward Hibbert
Edward Hibbert
I hit this problem - thanks for the fix. Any chance of doing a release soon that includes this?
As a workaround you can use the process method to add a dummy value. For example, here's a method that does this and also sets a max number of 5...
Another possible way to work around this is to attach a listener to the input and suppress the enter key in appropriate circumstances. ``` mounted() { const input = this.$refs.autocomplete.$refs.input...
@aceofwings Thanks for looking into this.
I still find bootstrap-vue quite large in my build. Is there a workaround where I can just import the components I need from the src folder, perhaps?
Excellent. Thank you. On 1 June 2022 21:38:50 BST, kwiksilver3441 ***@***.***> wrote: >Yes. I can probably build it tomorrow. It's not super complex of a component > >-- >Reply to...
Thank you, that's great. I'll wait for the next release but lovely to know that it's coming.
@messenjer This is now merged into main, so I tried installing from that. I'm seeing this error: ``` Error: Can't find stylesheet to import. npm ERR! npm ERR! ╷ npm...
Should it not work on the main branch? On 27 April 2022 20:20:56 BST, Mathieu Laurent ***@***.***> wrote: >There is no release with this feature yet. It is not automatic....
Thanks for your reply. I've tried building it but hit other issues. I'll see what happens with the next release.