material-web/textfield
Elizabeth Mitchell 9973b90981 fix(textfield): counter showing when max length is 0 or removed
Fixes #4998

This also fixes an error being thrown in text field's validator when minlength/maxlength change to out of bounds if they're not set in the correct order.

PiperOrigin-RevId: 594013553
2023-12-27 08:13:58 -08:00
..
demo refactor(text-field): add validator and use validity mixins 2023-12-01 12:32:30 -08:00
internal fix(textfield): counter showing when max length is 0 or removed 2023-12-27 08:13:58 -08:00
_filled-text-field.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
_outlined-text-field.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
filled-text-field_test.ts test(text-field): add token tests 2023-02-27 10:09:10 -08:00
filled-text-field.ts chore(field): reduce HCM styles and move from textfield/select to field 2023-10-31 17:33:28 -07:00
harness_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
harness.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
outlined-text-field_test.ts test(text-field): add token tests 2023-02-27 10:09:10 -08:00
outlined-text-field.ts chore(field): reduce HCM styles and move from textfield/select to field 2023-10-31 17:33:28 -07:00