Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added text area component #773

Merged
merged 79 commits into from
Oct 6, 2023
Merged

feat: Added text area component #773

merged 79 commits into from
Oct 6, 2023

Conversation

rkaraivanov
Copy link
Member

Closes #764

@rkaraivanov rkaraivanov force-pushed the rkaraivanov/textarea branch from 8d0f6d6 to 4f7bac5 Compare June 13, 2023 07:56
@rkaraivanov
Copy link
Member Author

rkaraivanov commented Jun 27, 2023

@SisIvanova

I thought that sizing was done through CSS variables in new components. Can you remove the SizableMixin and style it based on the CSS variable?

src/components/textarea/textarea.ts Outdated Show resolved Hide resolved
src/components/textarea/textarea.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@simeonoff simeonoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The styles need some minor changes.

src/components/textarea/themes/light/textarea.base.scss Outdated Show resolved Hide resolved
src/components/textarea/themes/light/textarea.base.scss Outdated Show resolved Hide resolved
src/components/textarea/themes/light/textarea.base.scss Outdated Show resolved Hide resolved
@simeonoff
Copy link
Collaborator

@desig9stein can you validate the implemented component against angular for differences?

@desig9stein
Copy link
Contributor

@SisIvanova I spotted a few things.

  1. There are colors in the textarea.base.scss. base files should not have colors.
  2. Color transitions in all themes except fluent are different from angular.
  3. Material box type in angular has animation on focus, the blue line is animated from the center to the sides
  4. No need to import @use 'sass:map'; if it's not used In the file.

@simeonoff simeonoff merged commit 8ce18d4 into master Oct 6, 2023
@simeonoff simeonoff deleted the rkaraivanov/textarea branch October 6, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text-area like input component
5 participants