Skip to content

Commit c588665

Browse files
committed
Updated CHANGELOG and small style changes in the code
1 parent b6e7c16 commit c588665

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This component follows *Semantic Versioning* (aka SemVer), visit (http://semver.
66
### Bug Fixes
77
- Suggestion list will now work properly if text-property or value-property not set to default value. Fixes #66 and #103. Thanks to [@christianaye](https://github.com/christianaye)
88
### New Features
9-
- Component now exposes `disabled` option. Fixes #96. Thanks to [@JaySunSyn](https://github.com/JaySunSyn)
9+
- Component now exposes `disabled` option. Fixes #96. Thanks to [@JaySunSyn](https://github.com/JaySunSyn).
10+
- `focused` property exposed. Fixes #102. Thanks to [@programmer4web](https://github.com/programmer4web).
1011

1112
## Release 3.4.0 (2017-10-28)
1213
### New Features

paper-autocomplete.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
no-label-float="[[noLabelFloat]]"
177177
disabled="{{disabled}}"
178178
readonly="[[readonly]]"
179-
focused="{{ focused }}"
179+
focused="{{focused}}"
180180
auto-validate$="[[autoValidate]]"
181181
error-message$="[[errorMessage]]"
182182
required$="[[required]]"
@@ -303,6 +303,7 @@
303303
type: Boolean,
304304
value: false
305305
},
306+
306307
/**
307308
* `focused` If true, the element currently has focus.
308309
*/
@@ -312,6 +313,7 @@
312313
notify: true,
313314
readOnly: true
314315
},
316+
315317
/**
316318
* `disabled` Set to true to mark the input as disabled.
317319
*/

0 commit comments

Comments
 (0)