-
Notifications
You must be signed in to change notification settings - Fork 72
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
Autocomplete: Enable clear icon for multiple selection #3131
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for moduswebcomponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prashanthr6383 When "disabled" is set to true, the clear icon becomes visible and is operable through tab navigation.
Fixed now. Please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing completed and ready for review.
@@ -504,6 +515,10 @@ export class ModusAutocomplete { | |||
|
|||
render(): unknown { | |||
const classes = `autocomplete ${this.classBySize.get(this.size)}`; | |||
const iconSize = this.size === 'large' ? '24' : '16'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The icon sizes used here are standard sizes correct ? Can we have it common across all sizes we use for the icons so that we can maintain the same across places its been used.
Description
References
Fixes #3107
Type of change
How Has This Been Tested?
Checklist