mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
Add validation for cluster name (#8617)
* adding input validation for cluster name * Adding type to the inputValidtor * move out const to global space
This commit is contained in:
@@ -153,6 +153,9 @@ export interface FieldInfo {
|
||||
defaultValue?: string;
|
||||
confirmationRequired?: boolean;
|
||||
confirmationLabel?: string;
|
||||
textValidationRequired?: boolean;
|
||||
textValidationRegex?: string;
|
||||
textValidationDescription?: string;
|
||||
min?: number;
|
||||
max?: number;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user