|
@@ -28,6 +28,8 @@ namespace InABox.Core
|
|
|
editor = new DoubleEditor();
|
|
|
else if (type.IsOrdinal())
|
|
|
editor = new IntegerEditor();
|
|
|
+ else if (type == typeof(Address))
|
|
|
+ editor = new AddressEditor(false);
|
|
|
else if (typeof(IPackable).IsAssignableFrom(type))
|
|
|
editor = new NullEditor();
|
|
|
else if(type.IsEnum)
|