Skip to content
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

Fix copy-paste error #11

Open
wants to merge 1 commit into
base: master
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: 2 additions & 2 deletions docs/forms/input-group/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="sizing">Sizing<a href="#sizin
&lt;InputGroup.Text id=&quot;inputGroup-sizing-lg&quot;&gt;Large&lt;/InputGroup.Text&gt;
&lt;Form.Control
aria-label=&quot;Large&quot;
aria-describedby=&quot;inputGroup-sizing-sm&quot;
aria-describedby=&quot;inputGroup-sizing-lg&quot;
/&gt;
&lt;/InputGroup&gt;
&lt;/&gt;
Expand Down Expand Up @@ -855,4 +855,4 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="api">API<a href="#api" class=
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="inputgroup">InputGroup<a href="#inputgroup" class="hash-link" aria-label="Direct link to InputGroup" title="Direct link to InputGroup">​</a></h3>
</div></article><nav class="pagination-nav docusaurus-mt-lg" aria-label="Docs pages"><a class="pagination-nav__link pagination-nav__link--prev" href="/docs/forms/range"><div class="pagination-nav__sublabel">Previous</div><div class="pagination-nav__label">Range</div></a><a class="pagination-nav__link pagination-nav__link--next" href="/docs/forms/floating-labels"><div class="pagination-nav__sublabel">Next</div><div class="pagination-nav__label">Floating labels</div></a></nav></div></div><div class="col col--3"><div class="tableOfContents_bqdL thin-scrollbar theme-doc-toc-desktop"><ul class="table-of-contents table-of-contents__left-border"><li><a href="#example" class="table-of-contents__link toc-highlight">Example</a></li><li><a href="#sizing" class="table-of-contents__link toc-highlight">Sizing</a></li><li><a href="#checkboxes-and-radios" class="table-of-contents__link toc-highlight">Checkboxes and radios</a></li><li><a href="#multiple-inputs" class="table-of-contents__link toc-highlight">Multiple inputs</a></li><li><a href="#multiple-addons" class="table-of-contents__link toc-highlight">Multiple addons</a></li><li><a href="#button-addons" class="table-of-contents__link toc-highlight">Button addons</a></li><li><a href="#buttons-with-dropdowns" class="table-of-contents__link toc-highlight">Buttons with Dropdowns</a></li><li><a href="#segmented-buttons" class="table-of-contents__link toc-highlight">Segmented buttons</a></li><li><a href="#api" class="table-of-contents__link toc-highlight">API</a><ul><li><a href="#inputgroup" class="table-of-contents__link toc-highlight">InputGroup</a></li></ul></li></ul></div></div></div></div></main></div></div></div><footer class="footer"><div class="container container-fluid"><div class="row footer__links"><div class="col footer__col"><div class="footer__title">Docs</div><ul class="footer__items clean-list"><li class="footer__item"><a class="footer__link-item" href="/docs/getting-started/introduction">Getting Started</a></li><li class="footer__item"><a class="footer__link-item" href="/docs/layout/breakpoints">Layout</a></li><li class="footer__item"><a class="footer__link-item" href="/docs/forms/overview">Forms</a></li><li class="footer__item"><a class="footer__link-item" href="/docs/components/accordion">Components</a></li><li class="footer__item"><a class="footer__link-item" href="/docs/utilities/transitions">Utilities</a></li></ul></div><div class="col footer__col"><div class="footer__title">Community</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://stackoverflow.com/questions/tagged/react-bootstrap" target="_blank" rel="noopener noreferrer" class="footer__link-item">Stack Overflow<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://discord.gg/AKfs9vpvRW" target="_blank" rel="noopener noreferrer" class="footer__link-item">Discord<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><div class="col footer__col"><div class="footer__title">More</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://github.com/react-bootstrap/react-bootstrap" target="_blank" rel="noopener noreferrer" class="footer__link-item">GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div></div><div class="footer__bottom text--center"><div class="footer__copyright">Copyright © 2024 React Bootstrap. Built with Docusaurus.</div></div></div></footer></div>
</body>
</html>
</html>