Number field compile error

Hi,

Using a number input field will give you a build error saying

Module ‘’*‘’ has no exported member ‘Wrapper_NumberValueAccessor’.

I found the issue on your github being a bug in ngc 2.1.2 while ionic uses 2.1.1. (RC2 Update Problem - Wrapper_NumberValueAccessor · Issue #9032 · ionic-team/ionic-framework · GitHub)

Is there any way to update this myself?
If there isn’t can I use a text inputfield with validation but have a numeric keyboard popup instead of the standard one?

update: setting the inputfield to type ‘tel’ will bring up a numeric keyboard but it doesn’t include a ‘,’ character for decimals which I need.

Thanks,
Pieter-Jan

Hi,

I found this http://stackoverflow.com/questions/40540510/ionic2-input-type-vs-ngmodel-issue, can be useful.