Open husmen73 opened 11 years ago
Hi,
If you are set maxitem to any number and if selected maximum item on input, fcbk still adding new input to ul.
If you change this code, you will be resolve this problem.
} function addInput(focusme) {
addInput(); } function addInput(focusme) { if (!maxItems()) { return false; }
Hi,
If you are set maxitem to any number and if selected maximum item on input, fcbk still adding new input to ul.
If you change this code, you will be resolve this problem.
FIND IN jquery.fcbkcomplete.js:
AND REPLACE WITH: