Timothy Berkeley
Timothy Berkeley
What is the progress on this issue? This is something that would really help with our workflow. Would it be worth testing the two pull requests or should we wait...
Sorry, I don't think so. I have just checked the app that uses this and we use the tab key to tab to a search button to issue the search...
I had a similar issue and implemented is follows: Added ref="autocomplete" to auto complete ```javascript onSelect (obj) { this.$nextTick(() => { this.$refs.autocomplete.setValue(obj.Text) this.$refs.autocomplete.showList = true this.$refs.autocomplete.getData(obj.Text) }) } ``` Not...
It would also be nice to use the 'value' props / emit 'input' to control the search term. I was going to do a pull request for this. That way...
Hi @BosNaufal & @MingJen, I have just opened a pull request that I think implements this feature. You can reference a data value using: ```javascript v-model="searchText" ``` and then simply...
Resubmit build
Also hangs on a line of text with no html tags.
Should this not be ```js deepmerge.customMergeIgnoreEmptyValues = (key, target, source) => !target || target === '' ? () => source : deepmerge; ``` otherwise the you only get a shallow...
> No it's meant to be used as customMerge option. if you look at the test i provided on test/merge.js line: 680. Maybe i should have named it differently? Also...
Very useful but where's the docker file?