1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Fixed the title attribute for choices on "multiple" widgets.

This commit is contained in:
Loic Bistuer 2015-02-26 11:22:05 +07:00
parent a954bae228
commit 170ca5f57b

View File

@ -85,7 +85,7 @@ define([
var $selection = this.selectionContainer();
$selection.append(formatted);
$selection.prop('title', selection.title);
$selection.prop('title', selection.title || selection.text);
$selection.data('data', selection);