Properties
				
					
					afterComponent
					afterComponent: any
					
				
				
					
					beforeComponent
					beforeComponent: any
					
				
				
					
					charsRemaining
					charsRemaining: any
					
				
				
					
					Optional clearField
					clearField: MouseEventHandler<HTMLButtonElement>
					
				
				
					
					datatype
					datatype: VulcanFieldType
					
				
				
					
					Optional defaultValue
					defaultValue: any
					
				
				
					
					Optional description
					description: string
					
				
				
					
					disabled
					disabled: boolean
					
				
				
				
				
					
					formComponents
					formComponents: PossibleVulcanComponents
					
				
				
				
					
					formType
					formType: "new" | "edit"
					
				
				
					
					Optional handleChange
					handleChange: Function
					
				
				
					
					Optional help
					help: string
					
				
				
				
					
					inputClassName
					inputClassName: any
					
				
				
					
					inputProperties
					inputProperties: HTMLProps<HTMLInputElement>
					
				
				
					
					inputType
					inputType: VulcanCoreInput
					
				
				
					
					Optional intlInput
					intlInput: boolean
					
				
				
					
					Optional intlKeys
					intlKeys: any
					
				
				
					
					itemProperties
					itemProperties: any
					
				
				
					
					Optional loading
					loading: boolean
					
				
				
					
					Optional locale
					locale: string
					
				
				
				
					
					Optional name
					name: string
					
				
				
					
					Optional nestedInput
					nestedInput: boolean
					
				
				
					
					Optional options
					options: FormOption<any>[] | ((fciProps?: any) => FormOption<any>[])
					
				
				
				
					
					Optional query
					query: string
					
				
				
					
					renderComponent
					renderComponent: any
					
				
				
					
					showCharsRemaining
					showCharsRemaining: any
					
				
				
					
					submitForm
					submitForm: any
					
				
				
					
					Optional vulcanComponents
					vulcanComponents: PossibleVulcanComponents