0
我必須檢查正在選擇的值,並且在某些情況下不允許添加。我試過這個,但在添加接縫之前實際添加:語義UI:如何取消在多選下拉列表中添加標籤
$dependenciesDropdown.dropdown({
onAdd: function(addedValue, addedText, $addedChoice){
if(<some special case>){
$dependenciesDropdown.dropdown('remove selected', addedValue);
}
}
});
任何想法?謝謝。
這就是我所需要的。非常感謝。你是否將'onAdd'行爲報告爲錯誤? –
好東西。直到我開始回答這個問題時,我才體會到它。 –