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
Suppose we set the data input to some text, e.g "hello". In this case the md.component updates the text just fine. However if the text is then set to an empty string the data will not be updated. I believe the culprit is an if condition on the data input inside the ngx-md.component.
The text was updated successfully, but these errors were encountered:
Suppose we set the data input to some text, e.g "hello". In this case the md.component updates the text just fine. However if the text is then set to an empty string the data will not be updated. I believe the culprit is an if condition on the data input inside the ngx-md.component.
The text was updated successfully, but these errors were encountered: