I'm loading the form element, which contains the input type="date" tag, via an ajax call. This is resulting in a regular input tag with the date ticker. If I don't use ajax to load the form/input, everything works great. I've looked around the forum, but did not find a post related to this issue.
Here's the code for the input:
- <input type="date" name="payDate" id="payDate" value="" data-role="datebox" data-options='{"mode": "calbox"}' />
Please advise.