Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-maxlength doesn't update immediately if model content is updated in javascript #1870

@Sam-Davis

Description

@Sam-Davis

Steps to reproduce:

  1. create a textarea with md-maxlength="500" ng-model="modelitem.description"
  2. create a button with a function that updates modelitem.description to be null

issue - the couter of characters used next to the text area will not update, it will stay as 32/500 for example. It will only update once the user starts typing again.

This is in version 0.7.1

Metadata

Metadata

Assignees

Labels

has: Pull RequestA PR has been created to address this issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions