#164: Made autocompleter better

This commit is contained in:
frikky
2020-09-26 21:04:46 +02:00
parent 7a24be4da3
commit 90f33d95b5
4 changed files with 234 additions and 108 deletions
+4
View File
@@ -45,6 +45,10 @@ const inputColor = "#383B40"
export const GetParsedPaths = (inputdata, basekey) => {
const splitkey = " => "
var parsedValues = []
if (typeof(inputdata) !== "object") {
return parsedValues
}
for (const [key, value] of Object.entries(inputdata)) {
// Check if loop or JSON