File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 ="">
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 ">
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 } ) ;
You can’t perform that action at this time.
0 commit comments