mrchandoo / cordova-plugin-decimal-keyboard

Cordova plugin to show decimal keyboard on iPhones
Apache License 2.0
37 stars 71 forks source link

Added "data-" to fields, so page maintains HTML5 compatibility #11

Open MobilityTiago opened 6 years ago

MobilityTiago commented 6 years ago

Added "data-" to custom attribute fields, so page maintains HTML5 compatibility (some code generating platforms will not allow invalid fields, so this mitigates that problem). Also reduced decimal separator size for aesthetic purposes (this could be a parameter in the config, but haven't applied it in this change).