diff --git a/analysis.json b/analysis.json index 45255b9..0125dfc 100644 Binary files a/analysis.json and b/analysis.json differ diff --git a/demo/index.html b/demo/index.html index eeb5c31..aea729f 100644 --- a/demo/index.html +++ b/demo/index.html @@ -2,193 +2,194 @@ - - - - paper-chip demo - - - - - - - - - - - - - - - + + + + paper-chip demo + + + + + + + + + + + + + + + - + -
-

Basic paper-chip's

- - + -

paper-chip's with custom styles

- - + -

paper-chip's used as tags

- - + -

paper-chip's from autocomplete

- - + -
+ \ No newline at end of file diff --git a/paper-chip-input-autocomplete.html b/paper-chip-input-autocomplete.html index b90f7d6..47b70ad 100644 --- a/paper-chip-input-autocomplete.html +++ b/paper-chip-input-autocomplete.html @@ -110,7 +110,12 @@ label="[[label]]" on-keyup="_findItems" value="{{_inputValue}}" - autofocus="{{autofocus}}"> + autofocus="{{autofocus}}" + allowed-pattern="[[allowedPattern]]" + pattern="[[pattern]]" + required$="[[required]]" + auto-validate$="[[autoValidate]]" + error-message="[[errorMessage]]">