{
+ if (!value) {
+ return "Field is Required";
+ } else {
+ return;
+ }
+ }}
+ onChange={_onChangeDisplayName}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {localizations.map(
+ (localization: ILocalizationExtended, index: number) => {
+ return (
+ <>
+
+
+
+
+
+
+ >
+ );
+ }
+ )}
+
+