File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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-4 " type ="text " value ="foo;bar ">
54+ < input id ="form-tags-5 " name ="tags-5 " type ="text " value ="foo;bar ">
5555
5656 < label > Tags input with array of delimiters (comma and semicolon):</ label >
57- < input id ="form-tags-6 " name ="tags-4 " type ="text " value ="foo;bar ">
57+ < input id ="form-tags-6 " name ="tags-6 " type ="text " value ="foo;bar ">
5858 </ form >
5959
6060 < script type ="text/javascript ">
6161 $ ( function ( ) {
62- $ ( '#form-tags-1' ) . tagsInput ( { interactive : false } ) ;
62+ $ ( '#form-tags-1' ) . tagsInput ( ) ;
6363
6464 $ ( '#form-tags-2' ) . tagsInput ( {
6565 'onAddTag' : function ( $el , value ) {
You can’t perform that action at this time.
0 commit comments