@@ -159,7 +159,8 @@ toBeDisabled()
159159This allows you to check whether an element is disabled from the user's
160160perspective. According to the specification, the following elements can be
161161[ disabled] ( https://html.spec.whatwg.org/multipage/semantics-other.html#disabled-elements ) :
162- ` button ` , ` input ` , ` select ` , ` textarea ` , ` optgroup ` , ` option ` , ` fieldset ` .
162+ ` button ` , ` input ` , ` select ` , ` textarea ` , ` optgroup ` , ` option ` , ` fieldset ` , and
163+ custom elements.
163164
164165This custom matcher considers an element as disabled if the element is among the
165166types of elements that can be disabled (listed above), and the ` disabled ` 
@@ -899,7 +900,7 @@ const selectInput = getByTestId('select-number')
899900expect (textInput).toHaveValue (' text' 
900901expect (numberInput).toHaveValue (5 )
901902expect (emptyInput).not .toHaveValue ()
902- expect (selectInput).not . toHaveValue ([' second' ' third' 
903+ expect (selectInput).toHaveValue ([' second' ' third' 
903904``` 
904905
905906<hr  />
@@ -1359,6 +1360,12 @@ Thanks goes to these people ([emoji key][emojis]):
13591360  </tr >
13601361  <tr >
13611362    <td align="center"><a href="http://tu4mo.com"><img src="https://avatars.githubusercontent.com/u/16735302?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tu4mo</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=tu4mo" title="Documentation">📖</a></td> 
1363+     <td align="center"><a href="https://matan.io"><img src="https://avatars.githubusercontent.com/u/12711091?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Matan Borenkraout</b></sub></a><br /><a href="#platform-MatanBobi" title="Packaging/porting to new platform">📦</a></td> 
1364+     <td align="center"><a href="https://github.com/yannbf"><img src="https://avatars.githubusercontent.com/u/1671563?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yann Braga</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=yannbf" title="Code">💻</a></td> 
1365+     <td align="center"><a href="https://github.com/IanVS"><img src="https://avatars.githubusercontent.com/u/4616705?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ian VanSchooten</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=IanVS" title="Code">💻</a></td> 
1366+     <td align="center"><a href="http://chantalbroeren.nl"><img src="https://avatars.githubusercontent.com/u/7499806?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chantal Broeren</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=cbroeren" title="Documentation">📖</a></td> 
1367+     <td align="center"><a href="https://jeremie.astori.fr"><img src="https://avatars.githubusercontent.com/u/113730?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jérémie Astori</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=astorije" title="Code">💻</a> <a href="#ideas-astorije" title="Ideas, Planning, & Feedback">🤔</a></td> 
1368+     <td align="center"><a href="https://github.com/ashleyryan"><img src="https://avatars.githubusercontent.com/u/9469374?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ashley Ryan</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=ashleyryan" title="Code">💻</a> <a href="#ideas-ashleyryan" title="Ideas, Planning, & Feedback">🤔</a></td> 
13621369  </tr >
13631370</table >
13641371
0 commit comments