Home Reference Source
import HiddenComponent from '@formio/js/src/components/hidden/Hidden.js'
public class | source

HiddenComponent

Extends:

src/components/_classes/input/Input.js~Input → HiddenComponent

Static Member Summary

Static Public Members
public static get

builderInfo: {"title": string, "group": string, "icon": string, "weight": *, "documentation": string, "showPreview": *, "schema": *}

Static Method Summary

Static Public Methods
public static

schema(extend: ...*): *

Member Summary

Public Members
public get
public get
public get
public get

Method Summary

Public Methods
public

getValue(): *

public
public

setValue(value: *, flags: {}): *

public

Check if a component is eligible for multiple validation

Static Public Members

public static get builderInfo: {"title": string, "group": string, "icon": string, "weight": *, "documentation": string, "showPreview": *, "schema": *} source

Static Public Methods

public static schema(extend: ...*): * source

Params:

NameTypeAttributeDescription
extend ...*

Return:

*

Public Members

public get defaultSchema: * source

public get emptyValue: string source

public get inputInfo: * source

public get skipInEmail: boolean source

Public Methods

public getValue(): * source

Return:

*

public labelIsHidden(): boolean source

Return:

boolean

public setValue(value: *, flags: {}): * source

Params:

NameTypeAttributeDescription
value *
flags {}
  • optional
  • default: {}

Return:

*

public validateMultiple(): boolean source

Check if a component is eligible for multiple validation

Return:

boolean