-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
116 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -413,7 +413,7 @@ <h1>Demo</h1> | |
<label for="validationTags" class="form-label">Tags (check console to see selected values). It's sortable thanks to SortableJS (in | ||
demo, it breaks text selection) !</label> | ||
<div class="position-relative has-validation"> | ||
<select class="form-select" id="validationTags" name="tags[]" multiple data-allow-clear="dsfds" data-allow-same="1" required> | ||
<select class="form-select" id="validationTags" name="tags[]" multiple data-allow-clear="dsfds" required> | ||
<option selected="selected" disabled hidden value="">Choose a tag...</option> | ||
<option value="1" selected="selected">Apple</option> | ||
<option value="2" selected="selected">Banana</option> | ||
|
@@ -444,6 +444,7 @@ <h1>Demo</h1> | |
<optgroup label="fruits"> | ||
<option value="1" selected="selected" title="my tooltip">Apple</option> | ||
<option value="2" title="my tooltip for banana">Banana</option> | ||
<option value="2" title="my tooltip for banana">Banana</option> | ||
<option value="2" title="my tooltip for banana">Banana 2 same value</option> | ||
<option value="3" title="my tooltip">Orange</option> | ||
</optgroup> | ||
|
@@ -575,7 +576,7 @@ <h1>Demo</h1> | |
<option value="[email protected]" selected="selected">[email protected]</option> | ||
<option value="[email protected]" data-name="Mr. X">[email protected]</option> | ||
<option value="[email protected]" data-name="Ms. X">[email protected]</option> | ||
<option value="some_value">Some invalid yet callable input</option> | ||
<option value="some_value" data-name="no name">Some invalid yet callable input</option> | ||
</select> | ||
<div class="invalid-feedback">Please select only @mycompany.com addresses.</div> | ||
</div> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters