Categories
HTML Web Development

HTML Tip – HTML5 input type=number value is empty in Webkit

Recently I came across an issue in webkit browsers (Chrome, Safari but not Firefox) in one of my apps, basically the fields which had a type of number were empty in these browsers. After debugging it appears that if there is a space in the value of a number field the browser doesn’t display anything. The […]