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

[dev] [No Bug/PBI] Fix improper console warning in <ActionBarSearch> #463

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

groberts314
Copy link
Contributor

@groberts314 groberts314 commented Sep 22, 2023

This is a minor regression with the newer functionality in <ActionBarSearch> where a <Select> can be combined with the search input, in order to help give context to a search term (to aid certain back-end calls that require this to correctly process searches where we're not just using a full-text search powered by ElasticSearch), introduced in #452. Some validation logic resulted in a console warning about not using this new feature correctly, even if consumer was not using it at all! This change corrects that issue.

This is a minor regression with the newer functionality in `<ActionBarSearch>` where a `<Select>` con be combined with the search input, in order to help give context to a search term (to aid certain back-end calls that require this to correctly process searches where we're not just using a fell-text search powered by ElasticSearch), introduced in #452.  Some validation logic resulted in a console warning about not using this new feature correctly, even if _consumer was not using it at all!_  This change corrects that issue.
@groberts314 groberts314 added bug priority: low Low priority for code review risk: low Low Risk/Criticality labels Sep 22, 2023
@groberts314 groberts314 added this to the vNextPatch (10.7.2) milestone Sep 22, 2023
@groberts314 groberts314 merged commit 8e60f42 into dev Sep 26, 2023
6 checks passed
@groberts314 groberts314 deleted the feature/bug_fix_in_action_bar_search branch September 26, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug priority: low Low priority for code review risk: low Low Risk/Criticality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants