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

fix(input): update right icon margin and padding #1907

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

saty2103
Copy link

@saty2103 saty2103 commented Jul 6, 2023

What does this implement/fix? Explain your changes.

...

Does this close any currently open issues?

...

Any other comments?

...

Dependent PRs/Commits

...

Describe breaking changes, if any.

...

Checklist

Check all those that are applicable and complete.

  • Merged with latest master branch

@saty2103 saty2103 force-pushed the fix-input-right-icon-wrapper branch 2 times, most recently from 46e9fd8 to c39f008 Compare July 7, 2023 07:38
Comment on lines 195 to 196
['Input--leftIcon']: size !== 'tiny' && icon,
['Input--rightIcon']: !disabled && (info || ((actionIcon || onClear) && (value || defaultValue))),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please follow the BEM convention for className. Instead of using Input--leftIcon please use Input-withIcon--left

Copy link
Author

Choose a reason for hiding this comment

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

Done

@anuradha9712 anuradha9712 marked this pull request as draft August 21, 2023 18:23
@saty2103 saty2103 force-pushed the fix-input-right-icon-wrapper branch 2 times, most recently from c37e0e3 to e8f091f Compare September 7, 2023 12:37
@saty2103 saty2103 marked this pull request as ready for review September 7, 2023 14:29
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.

2 participants