$('#flow-select-refs-dropdown').dropdown('set selected', dropdownSelected);
$('#flow-select-refs-dropdown').dropdown({
clearable: true,
+ fullTextSeach: 'exact',
onRemove(toRemove) {
if (toRemove === '...flow-hide-pr-refs') {
params.delete('hide-pr-refs');
});
// Semantic UI modules.
- $('.dropdown:not(.custom)').dropdown();
+ $('.dropdown:not(.custom)').dropdown({
+ fullTextSearch: 'exact'
+ });
$('.jump.dropdown').dropdown({
action: 'hide',
onShow() {
$('.poping.up').popup('hide');
- }
+ },
+ fullTextSearch: 'exact'
});
$('.slide.up.dropdown').dropdown({
- transition: 'slide up'
+ transition: 'slide up',
+ fullTextSearch: 'exact'
});
$('.upward.dropdown').dropdown({
- direction: 'upward'
+ direction: 'upward',
+ fullTextSearch: 'exact'
});
$('.ui.accordion').accordion();
$('.ui.checkbox').checkbox();
topicDropdown.dropdown({
allowAdditions: true,
forceSelection: false,
+ fullTextSearch: 'exact',
fields: {name: 'description', value: 'data-value'},
saveRemoteData: false,
label: {