Skip to main content

bp-sdk-masked-input-container

Custom element hooks

NameDescription
bp-sdk-external-masked-input-containerdisables html

Properties

PropertyAttributeDescriptionTypeDefault
answerIdanswer-idAnswer idstringundefined
answeredBySourceanswered-by-sourceSpecifically how the question was answered (ie. "ACORD 126")stringundefined
codecodequestion codestringundefined
errorTexterror_textError messagestringundefined
errors--Error messagesany[][]
fieldTypefield_typeField typestringundefined
helpTexthelp-textHelp textstringundefined
isAutocompleteEnabledis-autocomplete-enabledIs Autocomplete enabledbooleanundefined
isCompletedis_completedIs answer in complete statebooleanundefined
isReadOnlyis-read-onlyWhen true, the field will be readonly. It will display only the label and value as plain text.booleanfalse
labellabelLabel to usestringundefined
labelIdlabel-idAria label id's that describes input for screen readersstringundefined
labelledBylabelled-byLabels that describe groupstringundefined
maxmax_valuemaximum valuenumberundefined
maxDatemax_datemaximum date valuestringundefined
minmin_valueminimum valuenumberundefined
minDatemin_dateminimum date valuestringundefined
patternpatternRegex pattern to matchstringundefined
placeholderplaceholderPlaceholder to displaystring''
pristinepristineIs pristinebooleantrue
questionIdquestion_idQuestion idstringundefined
referenceTypereference-typeReference typestringundefined
requiredrequiredDetermines if input is requiredbooleanfalse
touchedtouchedIs touchedbooleanfalse
valuevalueCurrent valuestringundefined

Dependencies

Used by

Depends on

Graph

graph TD; bp-sdk-masked-input-container --> bp-sdk-masked-input bp-sdk-masked-input --> bp-sdk-errors-container bp-sdk-masked-input --> bp-sdk-masked-input-button bp-sdk-masked-input --> bp-sdk-icon-container bp-sdk-errors-container --> bp-sdk-errors bp-sdk-dynamic-input --> bp-sdk-masked-input-container style bp-sdk-masked-input-container fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS