Daniël Rutten
Results
2
comments of
Daniël Rutten
Bumped into this one today as well. I've fixed it by replacing the line with this: this.options.placeholder = this.$source.attr('data-placeholder') || this.$source.attr('placeholder') || this.options.placeholder
@tiesont I'm not sure either what the semantics would be if both are set with different values. I chose this order so that, if both are set, the data-placeholder doesn't...