Skip to main content

bp-sdk-select-input-container

Custom element hooks

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

Classes

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

Properties

PropertyAttributeDescriptionTypeDefault
answerIdanswer-idAnswer idstringundefined
answeredBySourceanswered-by-sourceSpecifically how the question was answered (ie. "ACORD 126")stringundefined
choiceIdchoice_idChoice id selected. Used for single selection.stringundefined
choiceIds--Choice ids selected. Used for multiple selection.string[][]
choices--Choices to displayIChoice[][]
codecodeQuestion codestringundefined
errorTexterror_textError textstringundefined
errors--Error messagesstring[]undefined
fieldTypefield_typeField typestringundefined
helpTexthelp-textHelp textstringundefined
isAutocompleteEnabledis-autocomplete-enabledIs autocomplete enabledbooleanundefined
isCompletedis_completedIs answer in complete statebooleanfalse
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
multiplemultipleWhether to allow multi-select.booleanfalse
placeholderplaceholderPlaceholder to displaystring''
pristinepristineIs Pristinebooleantrue
questionIdquestion_idQuestion Idstringundefined
referenceTypereference-typeReference typestringundefined
requiredrequiredIs requiredbooleanundefined
touchedtouchedIs Touchedbooleanfalse
useAliasuse-aliasUse alias for choicesbooleanfalse
valuevalueCurrent valuestringundefined

Dependencies

Used by

Depends on

Graph

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

Built with StencilJS