Skip to main content

bp-sdk-date-input-container

Custom element hooks

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

Properties

PropertyAttributeDescriptionTypeDefault
answerIdanswer-idAnswer idstringundefined
answeredBySourceanswered-by-sourceSpecifically how the question was answered (ie. "ACORD 126")stringundefined
codecodequestion codestringundefined
errorTexterror_textError textstringundefined
errors--Error messagesstring[][]
fieldTypefield_typeField typestringundefined
helpTexthelp-textHelp textstringundefined
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
isSensitiveis-sensitiveIs sensitivebooleanfalse
labellabelLabel to usestringundefined
labelIdlabel-idLabel id to usestringundefined
labelledBylabelled-byLabels that describe groupstringundefined
maxDatemax_datemaximum date valuestringundefined
minDatemin_dateminimum date valuestringundefined
patternpatternRegex pattern to matchstringundefined
placeholderplaceholderPlaceholder to displaystring'Pick a date'
pristinepristineIs pristinebooleantrue
questionIdquestion_idQuestion Idstringundefined
requiredrequiredIs requiredbooleanundefined
texttextQuestion textstringundefined
touchedtouchedIs touchedbooleanfalse
valuevaluequestion valuestringundefined

Events

EventDescriptionType
valueUpdateValue has updatedCustomEvent<string>

Dependencies

Used by

Depends on

Graph

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

Built with StencilJS