bp-sdk-product-list
Custom element hooks
Name | Description |
---|
bp-sdk-external-product-list | disables html |
Classes
Name | Description |
---|
bp-sdk-product__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
answerId | answer-id | Answer id | string | undefined |
answeredBySource | answered-by-source | Specifically how the question was answered (ie. "ACORD 126") | string | undefined |
choiceId | choice_id | Selected choice id | string | undefined |
choiceIds | -- | Selected choice ids | string[] | [] |
choices | -- | Choices to display | IChoice[] | [] |
code | code | question code | string | undefined |
errorText | error_text | Error text | string | undefined |
fieldType | field_type | Field type | string | undefined |
helpText | help-text | Help text | string | undefined |
isMultiple | is-multiple | Is multiple | boolean | true |
isReadOnly | is-read-only | When true, the field will be readonly. It will display only the label and value as plain text. | boolean | false |
label | label | | string | 'What kind of coverage are you looking for?' |
labelledBy | labelled-by | Labels that describe group | string | undefined |
pristine | pristine | Is Pristine | boolean | true |
questionId | question_id | Question Id | string | undefined |
required | required | Is required? | boolean | false |
touched | touched | Is touched | boolean | false |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-product-list --> bp-sdk-select-input
bp-sdk-select-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-product-list-container --> bp-sdk-product-list
style bp-sdk-product-list fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS