Support setting title on typedInput option/ check

This commit is contained in:
Steve-Mcl 2020-06-01 11:25:42 +01:00
parent bae52613ab
commit 9128b12960
1 changed files with 3 additions and 0 deletions

View File

@ -449,6 +449,9 @@
if (opt.label) {
op.text(opt.label);
}
if (opt.title) {
op.prop('title', opt.title)
}
if (opt.icon) {
if (opt.icon.indexOf("<") === 0) {
$(opt.icon).prependTo(op);