I'm putting together a custom recipe that uses an HTML <input type=range> slider. I would like to put tick marks at set intervals but I can't get these ticks to appear in Prodigy.
For example, my HTML code block is something like this:
Thanks for the response. That's exactly what I was hoping to get too. I'm also running Chrome 89.0, on macOS, so it's unclear why the ticks don't show up for me. Here's what I see:
This is definitely strange – I copied your exact code and tried it both as the "html" of a task and as the "html_template", and it worked fine for me in Chrome every time Can you share your recipe code?
And the recipe seems fine and there's nothing that would indicate a problem. Does it work for you outside of Prodigy in the same browser? For example, if you just make it a .html file and open it?
Yes, the ticks appear as expected when run as a regular .html file. I just tested the recipe out on a work server that's running a different installation of Prodigy (also v1.10.4) and there it works as expected! So the issue seems to be something to do with my local installation of Prodigy that I've been using for quick testing and development.