Skip to content

Update combo topic features topic to 19 #1577

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

Open
wants to merge 1 commit into
base: vnext
Choose a base branch
from

Conversation

tishko0
Copy link
Contributor

@tishko0 tishko0 commented May 28, 2025

No description provided.

Copy link
Member

@mddragnev mddragnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you update the sample to use state instead of refs => update the snippets as well.
Also update the function singnatures in the first snippet.
Also, update everywhere that ref is used like this:

const options = {
    filterKey: 'country',
    caseSensitive: true
};

comboRef.current.filteringOptions = options;

becomes this:

const options = {
    filterKey: 'country',
    caseSensitive: true
};

<IgrCombo filteringOptions={options} />

@@ -48,9 +48,6 @@ You will also need to link an additional CSS file to apply the styling to the `S
```tsx
import { IgrComboModule, IgrCombo, IgrSwitchModule, IgrSwitch } from 'igniteui-react';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the module imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants