Closed lijoev closed 2 years ago
We don't have an enter key in mobile browsers. so i am not able to add tags in mobile browsers. please help me to fix this issue.
Use a different key, such as space or comma. $('#input-id').tagsinput({ confirmKeys: [13, 32, 44] }) 13 is enter, 32 is space, 44 is comma.
$('#input-id').tagsinput({ confirmKeys: [13, 32, 44] })
We don't have an enter key in mobile browsers. so i am not able to add tags in mobile browsers. please help me to fix this issue.