Anastasiya Lazarenko

Results 7 comments of Anastasiya Lazarenko

I had the same issue, even with the version

This might be related to the visual indication of the disabled state not working: https://github.com/carbon-design-system/carbon-components-angular/issues/1409 PR: https://github.com/carbon-design-system/carbon-components-angular/pull/2413

`v !== this.files` is a check **by reference** only. I've been able to add the same file multiple times in Storybook.

I have created a PR that implements the read-only and inline inputs, but not sure what was meant by the last point -- "No ability to change placeholder text". Carbon-ng...

Addressed comments: - remove `readonly` variant from TextArea version - use `if (_readonly) { set attr to "true" } else { set attr to null }` instead of relying on...