You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
If an ion-segment initially has no checked segment button, once you select the first segment it does not set the segment-button-after-checked class to the following segment. This is due to the fact that in segment.tsx the checkButton method requires a previous element.
Expected behavior:
The ion-segment-button after the checked button should have the CSS class segment-button-after-checked.
Steps to reproduce:
Select second segment -> third segment should have class segment-button-after-checked