Skip to content

Commit

Permalink
docs(actionbutton): removing search stories file from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziz Ramos authored and castastrophe committed Oct 1, 2024
1 parent 118ad67 commit b9b1248
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/search/stories/search.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import pkgJson from "../package.json";
import { SearchGroup } from "./search.test.js";

/**
* A search field is used for searching and filtering items.
*
* ## Usage Notes
* This component contains a single input field with both a magnifying glass icon and a clear (“reset”) button displayed within it. When making use of this component, the clear button should only be displayed when the input has a value.
* This component contains a single input field with both a magnifying glass icon and a "reset" button displayed within it.
*/
export default {
title: "Search",
Expand All @@ -19,7 +16,6 @@ export default {
},
args: {
rootClass: "spectrum-Search",
size: "m",
isQuiet: false,
isDisabled: false,
},
Expand Down

0 comments on commit b9b1248

Please sign in to comment.