shrpne
shrpne
Not stale. I found [bulma-toast](https://github.com/rfoel/bulma-toast) as a workaround
@andyhu Any news on this? It is a great library but it bloats my bundle size a lot: ~300kb minified and looks like data takes almost all of this space....
@niemyjski may be you can ask for collaboration rights from @asafdav and make it by yourself? This repo needs some love :)
fixed in #68
I think it is better to impliment in hoveringTooltip function, than make plugin more complex.
Instead of normalizing Firefox, [Webkit normalization](https://github.com/necolas/normalize.css/commit/0dc4df63b7f6643d6dc42f65dc0129abadfbd483) should be returned. It was removed due to a [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/) in Edge, but this bug was fixed in Edge 15. Old versions of Edge...
Looks like a duplicate of https://github.com/vuelidate/vuelidate/issues/246
also if you need only `decode` method you can use [entity-decode](https://github.com/shrpne/entity-decode), it is only 373B for browser, but if it is used in the node.js it loads `he` and for...
IMHO, vue-simple-suggest should not handle global events and should only handle events which go directly to the component/input, because it adds complexity. However global event handler solves this use case...
`this.updateTextOutside(current)` was added to the watcher in the PR #186 to fix issue #185 if `research` on value change is not desirable then we can set some flag in the...