assets/js/romo/datepicker.js in romo-0.18.0 vs assets/js/romo/datepicker.js in romo-0.18.1
- old
+ new
@@ -30,9 +30,10 @@
// override as needed
}
RomoDatepicker.prototype.doBindElem = function() {
this.elem.attr('autocomplete', 'off');
+ this.elem.attr('data-romo-indicator-text-input-indicator-position', "right");
if (this.elem.data('romo-datepicker-indicator') !== undefined) {
this.elem.attr('data-romo-indicator-text-input-indicator', this.elem.data('romo-datepicker-indicator'));
}
if (this.elem.data('romo-datepicker-indicator-width-px') !== undefined) {