Hi,
I have a problem using the input fields. When using the input fields of type “number” the textbox is smaller as when using type “text”. This leads to a weird space after the box, which especially looks bad, when adding units to the input field.
Using the following code:
<label>Position:</label><input id="popuptitle" type="number"/>mm
leads to this output:
Is there any way to get rid of that space?