remove maxchars for copy+paste

This commit is contained in:
Alan Scherger 2021-04-23 13:35:55 -05:00
parent 024aadbfd2
commit 4e7a74c004
4 changed files with 0 additions and 6 deletions

View file

@ -340,7 +340,6 @@
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });
@ -352,7 +351,6 @@
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });

View file

@ -250,7 +250,6 @@ Wireguard Clients
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });
@ -262,7 +261,6 @@ Wireguard Clients
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });

View file

@ -154,7 +154,6 @@ Global Settings
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });

View file

@ -160,7 +160,6 @@ Wireguard Server Settings
'defaultText': 'Add More', 'defaultText': 'Add More',
'removeWithBackspace': true, 'removeWithBackspace': true,
'minChars': 0, 'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666' 'placeholderColor': '#666666'
}); });