On Sat, Jan 31, 2015 at 7:40 PM, Chris Bateman <chrisb...@gmail.com> wrote: > The -webkit-appreance CSS is definitely another issue, so here's an example > with just JS behavior: > > <input is="number-input" decimals="2">
The way to do this, FWIW, is <input type=number step=0.01> and solve the styling issue. -- https://annevankesteren.nl/