fix(release): allow combobox the option to turn off filtering #1838
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes an Inconsistancy in timepicker where multiple options cannot be seen by the User.
Description
Allowing the combo-box to turn on/off the filtering option. In the time-picker we use combo box for am/pm. We set the value explicitly, so when the User clicks on the am/pm dropdown, they are auto searching for that and hiding the other value. The use case here is to prevent that functionality when not required.
Related Issue
https://jira-eng-sjc12.cisco.com/jira/browse/CX-17005
Motivation and Context
Allows the component to be extensible for more use cases.
How Has This Been Tested?
Manually and in Unit tests.
Screenshots:
Before (If applicable):
![Screenshot 2024-11-25 at 09 38 28](https://private-user-images.githubusercontent.com/184957302/389503199-67e5aa95-892d-4e5b-a6c8-33549021ab61.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTAyNzEsIm5iZiI6MTczOTg4OTk3MSwicGF0aCI6Ii8xODQ5NTczMDIvMzg5NTAzMTk5LTY3ZTVhYTk1LTg5MmQtNGU1Yi1hNmM4LTMzNTQ5MDIxYWI2MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOFQxNDQ2MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03Mjk5MDE1Y2JmNTkxNWMyYmQ2Y2EyZjc5MjI0NzVlMTU4ZDc1MTdjZDBhMjE2ZjhiODc3N2ZkMGEyMGI2NjU5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.cZ7KXpcPa5ahcnrNNOiZ6fLGx6XwjAvRDyE6C5Jv3Vs)
After:
![Screenshot 2024-11-25 at 09 26 47](https://private-user-images.githubusercontent.com/184957302/389503233-6c368591-17b4-47a5-9457-f589b8c42f2d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTAyNzEsIm5iZiI6MTczOTg4OTk3MSwicGF0aCI6Ii8xODQ5NTczMDIvMzg5NTAzMjMzLTZjMzY4NTkxLTE3YjQtNDdhNS05NDU3LWY1ODliOGM0MmYyZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOFQxNDQ2MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wYjUzYmFiMDQwZTk1YTFhNDA1NjJiZjAwZTc5YTY0OTY0MjdmZjA3ZjRkNTE3NTVkOTllYmE5OGRhZDkyMTA3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.t9PThMllET8kd2k7_DSntyXRLmGWAEOmidebOb25cEs)
Types of changes
Checklist: