Kaarel Kaljurand
Kaarel Kaljurand
In v0.3.10 added support for sorting by date, value, and (translated) expression.
Which browser/OS are you using?
Are you still experiencing this issue?
When you instantiate the Dictate object, then you need to provide your own "server" and "serverStatus", e.g. the "mob" demo does it in the HTML code, see: https://github.com/Kaljurand/dictate.js/blob/master/demos/mob.html#L53-L56 which is...
The issue does not seem specific to dictate.js, but has to do with the general problem of accessing services from the outside network. Do you see any error messages in...
Are any errors shown on the console (Web Developer -> Web Console)?
This might be a good idea, but I don't have any experience with npm either. Feel free to do this in a fork. As far as I can see there...
Right, I wasn't even aware of that "$.ajax" call. I'd say the "submitReference" is not such an essential feature of "dictate.js", i.e. you might not need it for your use...
Currently this is not supported and there are no immediate plans to support it, but you are welcome to contribute this functionality via a pull request.
Thanks for pointing this out! Now that I'm trying it (with Chrome 62.0.3202.94), I also see that sometimes "++garbage++" is being recognized. However, I don't understand what did you change,...