Skip to main content

bp-sdk-text-input-container

Custom element hooks

NameDescription
bp-sdk-external-text-input-containerdisable html

Classes

NameDescription
bp-sdk-text-input-container__containerRoot div element

Properties

PropertyAttributeDescriptionTypeDefault
answerIdanswer-idAnswer idstringundefined
answeredBySourceanswered-by-sourceSpecifically how the question was answered (ie. "ACORD 126")stringundefined
code (required)codeQuestion codestringundefined
errorTexterror_textError textstringundefined
errors--Error messagesstring[][]
fieldTypefield_typeField typestring'text'
helpTexthelp-textHelp textstringundefined
isAutocompleteEnabledis-autocomplete-enabledIs autocomplete enabledbooleanundefined
isCompletedis_completedIs answer in complete statebooleanfalse
isEnabledis-enabledIs enabledbooleantrue
isReadOnlyis-read-onlyWhen true, the field will be readonly. It will display only the label and value as plain text.booleanfalse
labellabelLabelstringundefined
labelIdlabel-idAria label id's that describes input for screen readersstringundefined
labelledBylabelled-byLabels that describe groupstringundefined
maxmax_valuemaximum length of inputnumber-1
minmin_valueminimum length of inputnumber-1
patternpatternRegular expression pattern input should matchstringundefined
placeholderplaceholderPlaceholder to displaystring''
pristinepristineis pristinebooleantrue
questionIdquestion_idQuestion idstringundefined
referenceTypereference-typeReference typestringundefined
requiredrequiredIs question requiredbooleanfalse
texttextInitial text valuestringundefined
touchedtouchedis touchedbooleanfalse

Dependencies

Used by

Depends on

Graph

graph TD; bp-sdk-text-input-container --> bp-sdk-text-input bp-sdk-text-input --> bp-sdk-errors-container bp-sdk-errors-container --> bp-sdk-errors bp-sdk-driver-input-container --> bp-sdk-text-input-container bp-sdk-dynamic-input --> bp-sdk-text-input-container bp-sdk-increment-input --> bp-sdk-text-input-container style bp-sdk-text-input-container fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS