update specs a little

This commit is contained in:
Matt Hill
2023-05-19 16:26:17 -06:00
parent b040261ba8
commit dc6232699e
2 changed files with 7 additions and 8 deletions

View File

@@ -55,7 +55,6 @@ export interface ValueSpecTextarea extends WithStandalone {
maxLength: number | null
required: boolean
disabled: false | string
generate: null | RandomString
/** Immutable means it can only be configed at the first config then never again */
immutable: boolean
}