I\'m making a form where the user can enter a dollar amount using an html number input tag. Is there a way to have the input box always display 2 decimal places?
Pure html is not able to do what you want. My suggestion would be to write a simple javascript function to do the roudning for you.