I have a big problem with the Semantic UI dropdown extension. I've configured multiple search dropdown with ajax back-end. And when user tries to add new item, form is submitting.
My dropdown configuration:
$(e).dropdown({
allowAdditions: true,
saveRemoteData: false,
action: 'combo',
match: 'text',
apiSettings: {
url: data('api')
}
})
Goal: when I add new item to multiple select, form is not submitting.