assets/js/romo/select_dropdown.js in romo-0.18.0 vs assets/js/romo/select_dropdown.js in romo-0.18.1

- old
+ new

@@ -383,9 +383,10 @@ if (this.elem.data('romo-select-dropdown-filter-placeholder') !== undefined) { filter.attr('placeholder', this.elem.data('romo-select-dropdown-filter-placeholder')); } filter.attr('data-romo-indicator-text-input-elem-display', "block"); + filter.attr('data-romo-indicator-text-input-indicator-position', "right"); if (this.elem.data('romo-select-dropdown-filter-indicator') !== undefined) { filter.attr('data-romo-indicator-text-input-indicator', this.elem.data('romo-select-dropdown-filter-indicator')); } if (this.elem.data('romo-select-dropdown-filter-indicator-width-px') !== undefined) { filter.attr('data-romo-indicator-text-input-indicator-width-px', this.elem.data('romo-select-dropdown-filter-indicator-width-px'));