bug 59077

This commit is contained in:
OVSharova 2022-12-15 16:23:18 +03:00
parent d90c6115d6
commit 30c6038a85

View file

@ -74,7 +74,9 @@ define([
render: function() { render: function() {
var el = this.template(this); var el = this.template(this);
this.$el = $(el); this.$el = $(el);
this.$el.find('span').tooltip({
title: this.label,
placement: 'cursor'});
this.rendered = true; this.rendered = true;
this.disable(this.disabled); this.disable(this.disabled);
return this; return this;