We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92abc5c commit 449cc7eCopy full SHA for 449cc7e
src/components/VSelectize.vue
@@ -337,7 +337,7 @@ export default {
337
this.$el.appendChild(this.canvas)
338
}
339
// noinspection JSValidateTypes
340
- this.canvas.innerText = (this.placeholder || this.searchText)
+ this.canvas.innerText = (this.searchText || this.placeholder)
341
this.inputWidth = this.canvas.clientWidth + 4
342
if (this.$el) {
343
this.$el.removeChild(this.canvas)
0 commit comments