Skip to content

Commit 8f86251

Browse files
authored
Merge branch 'feature-7.0' into sync-feature-10-21
2 parents b509797 + 70781e4 commit 8f86251

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/segment/segment.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ export class Segment implements ComponentInterface {
437437

438438
this.value = current.value;
439439

440+
if (current !== previous) {
441+
this.emitValueChange();
442+
}
443+
440444
if (this.scrollable || !this.swipeGesture) {
441445
if (previous) {
442446
this.checkButton(previous, current);

0 commit comments

Comments
 (0)