mendix / docs

Mendix documentation repository
https://docs.mendix.com
Creative Commons Attribution 4.0 International
137 stars 708 forks source link

Native Mobile Styling - Badge Text #4422

Closed Dan-McElroy closed 4 months ago

Dan-McElroy commented 2 years ago

In section 11.4 of the Native Mobile Styling page, "Badges", the structure is described as:

<container>
    <text>New</text>
</container>

However, it seems that this is inaccurate, and that text should actually be caption.

ConnorLand commented 4 months ago

Hi @Dan-McElroy ,

Thank you for pointing this code snippet error out. You were totally correct, it should have been caption.

Another user also pointed it out, it was fixed, and I should have replied back to you with a status update: https://docs.mendix.com/refguide/mobile/designing-mobile-user-interfaces/widget-styling-guide/#114-badge

I apologize for your feedback staying unaddressed for so long, and thank you for enhancing the Mendix documentation with your efforts.

Connor