mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Set max chars
This commit is contained in:
@@ -62,7 +62,7 @@ class TemplateEditView @JvmOverloads constructor(context: Context,
|
||||
return context?.let {
|
||||
TextEditFieldView(it).apply {
|
||||
setProtection(field.protectedValue.isProtected, mHideProtectedValue)
|
||||
// TODO Max chars
|
||||
setMaxChars(templateAttribute.options.getNumberChars())
|
||||
setMaxLines(templateAttribute.options.getNumberLines())
|
||||
setActionClick(templateAttribute, field, this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user