bp-sdk-business-classification-selector
Custom element hooks
Name | Description |
---|
bp-sdk-external-business-classification-selector | disable html |
Classes
Name | Description |
---|
bp-sdk-business-classification-selector__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 |
choices | -- | * Choices to display | IChoice[] | [] |
code | code | Question code | string | undefined |
errorText | error_text | Error text | string | undefined |
errors | -- | Error messages | string[] | undefined |
fieldType | field_type | Field type | string | undefined |
helpText | help-text | Help text | string | undefined |
isCompleted | is_completed | Is answer in complete state | boolean | false |
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 | Label to use | string | undefined |
labelId | label-id | Aria label id's that describes input for screen readers | string | undefined |
labelledBy | labelled-by | Labels that describe group | string | undefined |
placeholder | placeholder | Placeholder to display | string | '' |
pristine | pristine | Is pristine | boolean | true |
questionId | question_id | Question id | string | undefined |
required | required | Is required | boolean | false |
selectedChoices | -- | Selected answer choice, wrapped in an array | IChoice[] | [] |
showChoices | show_choices | Show choices | boolean | false |
showConfidence | show-confidence | Should show confidence | boolean | undefined |
showNaicsCode | show-naics-code | Should show Naics code | boolean | undefined |
touched | touched | Is touched | boolean | false |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-business-classification-selector --> bp-sdk-autocomplete-input
bp-sdk-business-classification-selector --> bp-sdk-business-classification-selector-list-container
bp-sdk-autocomplete-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-business-classification-selector-list-container --> bp-sdk-business-classification-selector-list
bp-sdk-business-classification-selector-list --> bp-sdk-business-classification-selector-naics-group
bp-sdk-business-classification-selector-naics-group --> bp-sdk-business-classification-selector-naics-group-header
bp-sdk-business-classification-selector-naics-group --> bp-sdk-business-classification-selector-list-item-container
bp-sdk-business-classification-selector-list-item-container --> bp-sdk-business-classification-selector-list-item
bp-sdk-business-classification-selector-list-item --> bp-sdk-business-classification-selector-card-content
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-card-header
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-card-body
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-relevance-chip
bp-sdk-business-classification-selector-container --> bp-sdk-business-classification-selector
style bp-sdk-business-classification-selector fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS