]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add default select example in cheatsheet (#36877)
authorFlorian Lacreuse <florianlacreuse@users.noreply.github.com>
Thu, 1 Sep 2022 01:19:45 +0000 (03:19 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 01:19:45 +0000 (18:19 -0700)
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
site/content/docs/5.2/examples/cheatsheet-rtl/index.html
site/content/docs/5.2/examples/cheatsheet/index.html

index 77accc9766bea3cef74ddb829ebd401421171136..fae87929bbca468869972d313ed0751535d7b22d 100644 (file)
@@ -339,6 +339,15 @@ direction: rtl
             <label for="exampleInputPassword1" class="form-label">كلمة السر</label>
             <input type="password" class="form-control" id="exampleInputPassword1">
           </div>
+          <div class="mb-3">
+            <label for="exampleSelect" class="form-label">قائمة اختيار</label>
+            <select class="form-select" id="exampleSelect">
+              <option selected>افتح قائمة الاختيار هذه</option>
+              <option value="1">واحد</option>
+              <option value="2">اثنان</option>
+              <option value="3">ثلاثة</option>
+            </select>
+          </div>
           <div class="mb-3 form-check">
             <input type="checkbox" class="form-check-input" id="exampleCheck1">
             <label class="form-check-label" for="exampleCheck1">اخترني</label>
@@ -440,7 +449,7 @@ direction: rtl
           <input class="form-control form-control-lg" type="text" placeholder="حقل إدخال كبير" aria-label=".form-control-lg مثال">
         </div>
         <div class="mb-3">
-          <select class="form-select form-select-lg mb-3" aria-label=".form-select-lg مثال">
+          <select class="form-select form-select-lg" aria-label=".form-select-lg مثال">
             <option selected>افتح قائمة الاختيار هذه</option>
             <option value="1">واحد</option>
             <option value="2">اثنان</option>
index 5627f837507432e9c1b015bd03e3dad59580e7f9..da6c381e494c1cd3aa8e252e78afbf934c625e78 100644 (file)
@@ -338,6 +338,15 @@ body_class: "bg-light"
             <label for="exampleInputPassword1" class="form-label">Password</label>
             <input type="password" class="form-control" id="exampleInputPassword1">
           </div>
+          <div class="mb-3">
+            <label for="exampleSelect" class="form-label">Select menu</label>
+            <select class="form-select" id="exampleSelect">
+              <option selected>Open this select menu</option>
+              <option value="1">One</option>
+              <option value="2">Two</option>
+              <option value="3">Three</option>
+            </select>
+          </div>
           <div class="mb-3 form-check">
             <input type="checkbox" class="form-check-input" id="exampleCheck1">
             <label class="form-check-label" for="exampleCheck1">Check me out</label>
@@ -439,7 +448,7 @@ body_class: "bg-light"
           <input class="form-control form-control-lg" type="text" placeholder=".form-control-lg" aria-label=".form-control-lg example">
         </div>
         <div class="mb-3">
-          <select class="form-select form-select-lg mb-3" aria-label=".form-select-lg example">
+          <select class="form-select form-select-lg" aria-label=".form-select-lg example">
             <option selected>Open this select menu</option>
             <option value="1">One</option>
             <option value="2">Two</option>