hardillb / node-red-node-geofence

Geofence node for Node-RED
Apache License 2.0
29 stars 18 forks source link

Unable to type in search feature #19

Closed majerus1223 closed 3 years ago

majerus1223 commented 3 years ago

When you try to type in the search box for a location, you are unable to do so. I have tried from firefox, chrome and new build of edge. If there is something I can provide to help troubleshoot this please let me know. Thanks!

image

majerus1223 commented 3 years ago

Tried to copy and paste a location in, no luck.

image

hardillb commented 3 years ago

You need to supply versions for everything (node-red, the node, nodejs)

Also open the browser console (before opening the conf editor) and supply details of any errors shows.

majerus1223 commented 3 years ago

Node Red - v1.1.2 nodejs - 10.21.0 node - 0.1.2

Normal Loading image

Open dev tools, then navigate to the page. image

hardillb commented 3 years ago

OK, I think I know what the problem is.

Can you test by deleting the class="form-row" from line 10 in geofence.html (should be in ~/.node-red/node_modules/node-red-node-geofence)

You will have to restart Node-RED after editing this file

majerus1223 commented 3 years ago

Removed the entire div as mentioned.. Looks like it works now :)

image

hardillb commented 3 years ago

Ok I'll push a new version tonight

hardillb commented 3 years ago

version 0.1.3 should be on npm now

majerus1223 commented 3 years ago

Thanks for the quick help!