[SSE mobile] Corrected rename field
This commit is contained in:
parent
63221e9505
commit
b774db3255
|
@ -228,8 +228,8 @@ const Statusbar = inject('sheets', 'storeAppOptions', 'users')(props => {
|
||||||
f7.dialog.create({
|
f7.dialog.create({
|
||||||
title: _t.textRenameSheet,
|
title: _t.textRenameSheet,
|
||||||
content: Device.ios ?
|
content: Device.ios ?
|
||||||
'<div class="input-field"><input type="text" name="modal-sheet-name" placeholder="' + _t.textSheetName + '" class="modal-text-input"></div>' :
|
'<div class="input-field"><input type="text" name="modal-sheet-name" maxlength="31" value="' + current + '" placeholder="' + _t.textSheetName + '" class="modal-text-input"></div>' :
|
||||||
'<div class="item-content item-input" style="margin-top: 15px; position: relative; padding-bottom: 10px;"><div class="item-inner"><div class="item-input-wrap" style="min-height: initial;"><input type="text" name="modal-sheet-name" placeholder="' + _t.textSheetName + '" /></div></div></div>',
|
'<div class="item-content item-input" style="margin-top: 15px; position: relative; padding-bottom: 10px;"><div class="item-inner"><div class="item-input-wrap" style="min-height: initial; width: 100%;"><input type="text" style="width: 100%;" name="modal-sheet-name" value="' + current + '" maxlength="31" placeholder="' + _t.textSheetName + '" /></div></div></div>',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: 'OK',
|
text: 'OK',
|
||||||
|
|
Loading…
Reference in a new issue