diff --git a/README.md b/README.md
index 8c8a664fae..da44290f20 100644
--- a/README.md
+++ b/README.md
@@ -345,20 +345,35 @@ The value for `autoComplete` should be from [this list of possible values](https
Usage example:
```JS
```
-You can use the `onAutoFill` callback to react to autofill state changes.
+Example for credit card expiry date selects:
+```JS
+
+
+```
+
+You can use the `onAutoFill` callback to react to autofill state changes, for example to adjust the styling of a wrapper component.
+
This feature is currently only tested in Chrome >= v63.
### Select Props