Skip to content

feat: Added text area component#773

Merged
simeonoff merged 79 commits intomasterfrom
rkaraivanov/textarea
Oct 6, 2023
Merged

feat: Added text area component#773
simeonoff merged 79 commits intomasterfrom
rkaraivanov/textarea

Conversation

@rkaraivanov
Copy link
Copy Markdown
Member

Closes #764

@rkaraivanov rkaraivanov force-pushed the rkaraivanov/textarea branch from 8d0f6d6 to 4f7bac5 Compare June 13, 2023 07:56
@rkaraivanov
Copy link
Copy Markdown
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?

Copy link
Copy Markdown
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.

@simeonoff
Copy link
Copy Markdown
Collaborator

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

@desig9stein
Copy link
Copy Markdown
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

4 participants