Hi!
I have a form with input elements with the number type, say this is the html:
<body>
<h1>Test page</h1>
<label>Count</label>
<input type="number" id="count" style="width: 100px;" value="2"/>
</body>
The number field does not display when I convert this html page to a PDF, but upon changing the type to text it displays fine. Likewise, on another page I got the elements to show but no set value would show in the PDF. Does Prince not handle these types, or am I doing something incorrectly?
I have a form with input elements with the number type, say this is the html:
<body>
<h1>Test page</h1>
<label>Count</label>
<input type="number" id="count" style="width: 100px;" value="2"/>
</body>
The number field does not display when I convert this html page to a PDF, but upon changing the type to text it displays fine. Likewise, on another page I got the elements to show but no set value would show in the PDF. Does Prince not handle these types, or am I doing something incorrectly?