bug: Material design implementation for counter display with ion-item #24334
Labels
package: core
@ionic/core package
type: bug
a confirmed bug report
v6
issues specific to Framework v6
Prerequisites
Ionic Framework Version
Current Behavior
The
counter
implementation withion-item
is incorrect with the Material Design Spec: https://material.io/components/text-fields.Expected Behavior
The counter should have the following changes:
5 / 10
instead of5/10
(related to feat: counterFormatter for counter string inion-item
#24327)rgba(0, 0, 0, .6)
0.0333333em
16px
of padding between itself and the contents to the left (in LTR)Steps to Reproduce
Have an item implementation using v6 with the counter feature:
Compare to the live example from the Material Design spec.
Code Reproduction URL
https://codesandbox.io/s/prod-frog-eymwq?file=/src/app/app.component.html
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: