- 
                Notifications
    You must be signed in to change notification settings 
- Fork 280
feat(ui5-user-settings-item): introduce option to hide icon #12512
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
Conversation
| 
 | 
| 🧹 Preview deployment cleaned up: https://pr-12512--ui5-webcomponents.netlify.app | 
chore(ui5-user-settings-item): icon can now be hidden Co-authored-by: Dobromira Boycheva <[email protected]> Co-authored-by: ilhan orhan <[email protected]>
| 🎉 This PR is included in version v2.16.0-rc.3 🎉 The release is available on v2.16.0-rc.3 Your semantic-release bot 📦🚀 | 
Provides an option to hide the icon of the UserSettingsItem used within UserSettingsDialog. If no icon property is added
the default icon that will be shown is 'globe'. Now if the icon property is set with empty string -> no icon will be shown.
Fixes: #12129