Skip to content

Combo overview topic update to 19 #1579

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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions doc/en/components/inputs/combo/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ First, you need to the install the corresponding {ProductName} npm package by ru
npm install igniteui-react
```

You will then need to import the {Platform} `ComboBox`, its necessary CSS, and register its module, like so:
You will then need to import the {Platform} `ComboBox` and its necessary CSS:

```tsx
import { IgrComboModule, IgrCombo } 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 import

import 'igniteui-webcomponents/themes/light/bootstrap.css';

IgrComboModule.register();
```

<!-- end: React -->
Expand Down