Ariel Barabas
Ariel Barabas
Ohh ok, I didn't understand that from the docs but anyway I was only changing the filters and I ended up `console.log`-ing the filters and it was never undefined. So,...
In my application I don't have to use `accounts-password` and restivus has it as a dependency so that adds a button to signup with username and password that I don't...
I'm adding it with the following code, note the `autocomplete: off` so the browser doesn't show the built-in suggestions. ``` js const schema = new SimpleSchema({ near: { type: new...