dthree / dthree/vorpal

Is there a way to prevent the space in autocomplete?

Open
#155 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.6k
Forks
278
PR merge metrics
No merged PRs in 30d

Description

I want to have a multi-step autocomplete (think autocompleting a deep js property).

```
parent
child
prop
```

I want to be able to type `par` and autocomplete to `parent.` (without a space) and on next tab, my custom autocomplete will offer "child" and autocomplete to `parent.child.`. I've looked at the code and it seems like the space is added in all cases but a slash. I think it would be useful for the custom autocomplete function to be able to control that somehow.

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.