You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/searchwithin/metadata/searchwithin.yml
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,7 @@
1
1
name: Search within
2
+
status: Deprecated
3
+
deprecationNotice: Try using a <a href="search.html">search</a> instead.
2
4
description: Override the width of the component where necessary.
3
-
sections:
4
-
- name: Migration Guide
5
-
description: |
6
-
### Component renamed
7
-
Since Dropdown is now known as Picker, Replace all `.spectrum-Dropdown*` classnames with `.spectrum-Picker*` and replace all `.spectrum-SearchWithin-dropdown` with `.spectrum-SearchWithin-picker`.
8
-
9
-
### New Picker markup
10
-
Combobox now uses `.spectrum-Picker`. See [Picker migration guide](picker.html#migrationguide) for details.
11
-
12
-
Since Picker's markup has changed, `.spectrum-SearchWithin-pickerTrigger` is no longer required.
13
-
14
-
### New ClearButton classes
15
-
The `.spectrum-SearchWithin-clearButton` class is now required on the `.spectrum-ClearButton` element.
16
-
17
-
### New ClearButton markup
18
-
See the [ClearButton migration guide](clearbutton.html#migrationguide) for more information.
0 commit comments