Skip to content

Commit 08c27e1

Browse files
committed
Because pizza
1 parent 3953bd4 commit 08c27e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

example.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<body>
4040
<form id="form">
4141
<label>Simple tags input:</label>
42-
<input id="form-tags-1" name="tags-1" type="text" value="foo,bar,baz,roffle">
42+
<input id="form-tags-1" name="tags-1" type="text" value="carrot,potato,pizza">
4343

4444
<label>Tags input with callbacks (check console):</label>
45-
<input id="form-tags-2" name="tags-2" type="text" value="foo,bar,baz,roffle">
45+
<input id="form-tags-2" name="tags-2" type="text" value="apple,banana,pizza">
4646

4747
<label>Tags input with various validation:</label>
4848
<input id="form-tags-3" name="tags-3" type="text" value="">
@@ -51,10 +51,10 @@
5151
<input id="form-tags-4" name="tags-4" type="text" value="">
5252

5353
<label>Tags input with semicolon delimiter:</label>
54-
<input id="form-tags-5" name="tags-5" type="text" value="foo;bar">
54+
<input id="form-tags-5" name="tags-5" type="text" value="more;pizza">
5555

5656
<label>Tags input with array of delimiters (comma and semicolon):</label>
57-
<input id="form-tags-6" name="tags-6" type="text" value="foo;bar">
57+
<input id="form-tags-6" name="tags-6" type="text" value="more;pizza">
5858
</form>
5959

6060
<script type="text/javascript">
@@ -84,10 +84,10 @@
8484
$('#form-tags-4').tagsInput({
8585
'autocomplete': {
8686
source: [
87-
'Apple',
88-
'Banana',
89-
'Orange',
90-
'Pizza'
87+
'apple',
88+
'banana',
89+
'orange',
90+
'pizza'
9191
]
9292
}
9393
});

0 commit comments

Comments
 (0)