Skip to content

Commit

Permalink
fix(CQ-4332761): first value is undefined when coral-select is initia…
Browse files Browse the repository at this point in the history
…lised with selected value (#188)

Co-authored-by: Pareesh Gupta <pareeshgupta@Pareeshs-MacBook-Pro.local>
  • Loading branch information
Pareesh and Pareesh Gupta committed Oct 18, 2021
1 parent 04a3da4 commit a7e745e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coral-component-taglist/src/scripts/Tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ const Tag = Decorator(class extends BaseComponent(HTMLElement) {
set value(value) {
let _value = transform.string(value);

if(this._value === _value) {
return;
}
this._value = _value;
this._reflectAttribute('value', this._value);

Expand Down

0 comments on commit a7e745e

Please sign in to comment.