-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make the selected mapping chip appear highlighted. #295
Comments
Implemented: logic to highlight the selected mapping chip (#295)
Verified in release v2.18.1 and found that when user closes the new mapping modal without any change then in that case highlighting gets removed from the chip. |
Fixed: event returing on modal dismiss from create mapping modal (#295)
Verified the changes in the app's development environment and confirmed that the following scenarios are working as expected: Case 1: When the user selects a mapping chip, it is displayed as selected/highlighted. |
What is the motivation for adding/enhancing this feature?
Currently when we select any mapping field or create new mapping its chip dont appear as selected which creates confusion as which chip is selected.
Make the selected mapping chip appear highlighted for better user experience.
What are the acceptance criteria?
Can you complete this feature request by yourself?
Additional information
The text was updated successfully, but these errors were encountered: