From 56cf2aff51145b3af3443cc49e570a5634369d90 Mon Sep 17 00:00:00 2001 From: Robin Herbots Date: Fri, 30 Sep 2016 15:22:19 +0200 Subject: [PATCH] update readme --- CHANGELOG.md | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbc01e2e..ecf50e0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. - improve inputfallback (Android support) ### Fixed +- Placeholder color #972 +- Other color on placeholder (wrap placeholder in span, using contenteditable?) #873 - Error on 3.3.3: Uncaught TypeError: Cannot set property 'generatedInput' of undefined #1399 - ios 8, safari, on first visit unable to enter any characters #826 - Numerica mask not run in Galaxy S5 + Chrome + Android #1357 diff --git a/README.md b/README.md index 2e26a8ac4..c00e4d6e9 100644 --- a/README.md +++ b/README.md @@ -999,7 +999,8 @@ https://html.spec.whatwg.org/#input-modalities:-the-inputmode-attribute ### colorMask Default: false -Create a css styleable mask. Defines css classes: im-caret, im-static. +Create a css styleable mask. +Uses css classes: im-caret, im-static. You need to include the inputmask.css in your page to use this option.