diff --git a/README.md b/README.md index 0561f76e..a83de065 100644 --- a/README.md +++ b/README.md @@ -176,13 +176,16 @@ The following custom properties and mixins are available for styling: | `--paper-input-container-disabled` | Mixin applied to the container when it's disabled | `{}` | | `--paper-input-container-label` | Mixin applied to the label | `{}` | | `--paper-input-container-label-focus` | Mixin applied to the label when the input is focused | `{}` | +| `--paper-input-container-label-invalid` | Mixin applied to the label when the input is invalid | `{}` | | `--paper-input-container-label-floating` | Mixin applied to the label when floating | `{}` | | `--paper-input-container-input` | Mixin applied to the input | `{}` | | `--paper-input-container-underline` | Mixin applied to the underline | `{}` | | `--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}` | +| `--paper-input-container-underline-invalid` | Mixin applied to the underline when the input is invalid | `{}` | | `--paper-input-container-underline-disabled` | Mixin applied to the underline when the input is disabled | `{}` | | `--paper-input-prefix` | Mixin applied to the input prefix | `{}` | | `--paper-input-suffix` | Mixin applied to the input suffix | `{}` | +|`--paper-input-container-add-on-invalid` | Mixin applied to the add-on when the input is invalid | `{}` | This element is `display:block` by default, but you can set the `inline` attribute to make it `display:inline-block`. diff --git a/demo/index.html b/demo/index.html index f84799de..b88f2eae 100644 --- a/demo/index.html +++ b/demo/index.html @@ -140,6 +140,27 @@

Inputs can have custom logic

+ +

Inputs can have custom error styling

+ + +