TF-2676 Trim identity name space
This commit is contained in:
@@ -87,7 +87,7 @@ class IdentityCreatorController extends BaseController {
|
|||||||
final htmlEditorMinHeight = 150;
|
final htmlEditorMinHeight = 150;
|
||||||
|
|
||||||
void updateNameIdentity(BuildContext context, String? value) {
|
void updateNameIdentity(BuildContext context, String? value) {
|
||||||
_nameIdentity = value;
|
_nameIdentity = value?.trim();
|
||||||
errorNameIdentity.value = _getErrorInputNameString(context);
|
errorNameIdentity.value = _getErrorInputNameString(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user