use required attribute (#7850)

* use required attribute

* readable sql port
This commit is contained in:
Alan Ren
2019-10-21 09:53:12 -07:00
committed by GitHub
parent 6c5aa6b367
commit a05edc619c
4 changed files with 43 additions and 92 deletions

View File

@@ -160,7 +160,6 @@ export interface FieldInfo {
labelWidth?: string;
inputWidth?: string;
description?: string;
useCustomValidator?: boolean;
labelPosition?: LabelPosition; // overwrite the labelPosition of SectionInfo.
fontStyle?: FontStyle;
labelFontWeight?: FontWeight;