Skip to main content

bp-sdk-increment-input

Custom element hooks

NameDescription
bp-sdk-external-increment-inputdisable html

Classes

NameDescription
bp-sdk-increment-input__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
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
maxmaxmaximum length of inputnumber-1
minminminimum 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-increment-input --> bp-sdk-text-input-container 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-dynamic-input --> bp-sdk-increment-input style bp-sdk-increment-input fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS