Skip to content

Commit

Permalink
docs: Fix link to Popover (#3300)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaj authored and giladgray committed Jan 21, 2019
1 parent 56f8fa3 commit bf3b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/select/src/components/select/select-component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@# Select

Use `Select<T>` for choosing one item from a list. The component's children will be wrapped in a [`Popover`](#labs/popover) that contains the list and an optional `InputGroup` to filter it. Provide a predicate to customize the filtering algorithm. The value of a `Select<T>` (the currently chosen item) is uncontrolled: listen to changes with `onItemSelect`.
Use `Select<T>` for choosing one item from a list. The component's children will be wrapped in a [`Popover`](#core/components/popover) that contains the list and an optional `InputGroup` to filter it. Provide a predicate to customize the filtering algorithm. The value of a `Select<T>` (the currently chosen item) is uncontrolled: listen to changes with `onItemSelect`.

<div class="@ns-callout @ns-intent-primary @ns-icon-info-sign">
<h4 class="@ns-heading">Disabling a Select</h4>
Expand Down

1 comment on commit bf3b09d

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

docs: Fix link to Popover (#3300)

Previews: documentation | landing | table

Please sign in to comment.