A feature request would be the option to add a badge number to an individual segment control. Similar to the tabBadge parameter on tabs.
+1
@jgw96 Can we push this feature forward to Beta 10 or Beta 11 release?
+1
+1
+1
+1
+1
Hello everyone! Thanks for the feature request. I'm going to move this issue over to our internal list of feature requests for evaluation. We are continually prioritizing all requests that we receive with outstanding issues. We are extremely grateful for your feedback, but it may not always be our next priority. I'll copy the issue back to this repository when we have begun implementation. Thanks!
This issue was moved to driftyco/ionic-feature-requests#37
@dylanvdmerwe @jmarginier @jgw96 This works for me.
<ion-segment-button value="any">
Any
<ion-badge color="secondary" item-right>1</ion-badge>
</ion-segment-button>
@jgw96 Any update on this feature request?
You can do so by :
<ion-segment-button value="any_value" >
Notification
<ion-badge color="secondary" style="vertical-align:top;" item-right>10</ion-badge>
</ion-segment-button>
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
@dylanvdmerwe @jmarginier @jgw96 This works for me.