You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
I'll look at this. It appears to be a timing issue. When the text input is set and thus calls the setup function it does not yet have the value of the maxLength input and thus it doesn't setup correctly. The plunker above shows that if I change the text after initial load it will pick up the correct maxLength.
Expected behavior
To display more text than the default (200 characters) if
maxLength
property set.Actual behavior
Just truncates text to the default (200 characters).
Steps to reproduce
Setup component with
maxLength
property.Plunker (see example SKY UX 2 plunker template at: https://embed.plnkr.co/cPPULcTfyzUm2rouCgk2/
The text was updated successfully, but these errors were encountered: