Skip to content

Commit

Permalink
Fix Bug 66170
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 30, 2024
1 parent fe753fb commit f798d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/component/ComboBoxFonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ define([
return {
template: _.template([
'<div class="input-group combobox fonts <%= cls %>" id="<%= id %>" style="<%= style %>">',
'<input type="text" class="form-control" spellcheck="false" data-hint="<%= dataHint %>" data-hint-direction="<%= dataHintDirection %>"> ',
'<input dir="ltr" type="text" class="form-control" spellcheck="false" data-hint="<%= dataHint %>" data-hint-direction="<%= dataHintDirection %>"> ',
'<div style="display: table-cell;"></div>',
'<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>',
'<ul class="dropdown-menu <%= menuCls %>" style="<%= menuStyle %>" role="menu">',
Expand Down

0 comments on commit f798d45

Please sign in to comment.